ECF 1.5
Public Member Functions | List of all members
cart::Not< T > Class Template Reference
Inheritance diagram for cart::Not< T >:
cart::Function

Public Member Functions

void evaluate (voidP inputs, void *result)
 
- Public Member Functions inherited from cart::Function
 Function (uint numArgs)
 
virtual void evaluate (voidP inputs, void *result)=0
 
string getName ()
 
uint getNumOfArgs ()
 

Additional Inherited Members

- Protected Attributes inherited from cart::Function
string name_
 
uint numOfArgs_
 

Detailed Description

template<class T>
class cart::Not< T >

Definition at line 8 of file Not.h.

Constructor & Destructor Documentation

◆ Not()

template<class T >
Not::Not

Definition at line 20 of file Not.h.

◆ ~Not()

template<class T >
Not::~Not

Definition at line 27 of file Not.h.

Member Function Documentation

◆ evaluate()

template<class T >
void Not::evaluate ( voidP  inputs,
void *  result 
)
virtual

Evaluate result with given inputs in one of implemented derived classes of Function class.

Implements cart::Function.

Definition at line 32 of file Not.h.


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