geomc 1.0
A c++ linear algebra template library
Public Types | Public Member Functions | List of all members
NullExpr< I > Class Template Reference
Inheritance diagram for NullExpr< I >:
Expr< I, I >

Public Types

typedef I in_type
 
typedef I out_type
 

Public Member Functions

virtual void sout (std::ostream &s)
 
virtual I eval (I x)
 
virtual boost::shared_ptr< Expr< I, I > > managedCopy ()
 
virtual string opname ()
 
 operator boost::shared_ptr< Expr< I, I > > ()
 

Member Function Documentation

◆ eval()

virtual I eval ( x)
inlinevirtual

Implements Expr< I, I >.

◆ managedCopy()

virtual boost::shared_ptr< Expr< I, I > > managedCopy ( )
inlinevirtual

Implements Expr< I, I >.

◆ opname()

virtual string opname ( )
inlinevirtual

Implements Expr< I, I >.

◆ sout()

virtual void sout ( std::ostream &  s)
inlinevirtual

Implements Expr< I, I >.


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