Documentation of CSL
Public Member Functions
csl::Expr Class Reference

Expression type/. More...

#include <abstract.h>

Inheritance diagram for csl::Expr:
Inheritance graph
[legend]

Public Member Functions

 Expr (int value)
 
 Expr (long int value)
 
 Expr (long long int value)
 
 Expr (unsigned int value)
 
 Expr (unsigned long int value)
 
 Expr (unsigned long long int value)
 
 Expr (float value)
 
 Expr (double value)
 
 Expr (long double value)
 
 operator Expr_info () const
 
csl::vector_expr::iterator begin ()
 
csl::vector_expr::iterator end ()
 
csl::vector_expr::const_iterator begin () const
 
csl::vector_expr::const_iterator end () const
 
template<class Index >
Exproperator[] (Index &&index)
 
template<class Index >
Expr const & operator[] (Index &&index) const
 
Exproperator+= (Expr const &other)
 
Exproperator-= (Expr const &other)
 
Exproperator*= (Expr const &other)
 
Exproperator/= (Expr const &other)
 

Detailed Description

Expression type/.


The documentation for this class was generated from the following files: