Public Member Functions

Tree::Primitives::MinT< T > Class Template Reference
[TreeGenotypesTree Primitives]

Min function primitive (Tree genotype). More...

#include <Min.h>

Inheritance diagram for Tree::Primitives::MinT< T >:
Tree::Primitives::Primitive

List of all members.

Public Member Functions

void execute (void *result, Tree &tree)
 Execute the primitive.

Detailed Description

template<class T>
class Tree::Primitives::MinT< T >

Min function primitive (Tree genotype).

Definition at line 15 of file Min.h.


Member Function Documentation

template<class T >
void Tree::Primitives::MinT< T >::execute ( void *  result,
Tree tree 
) [virtual]

Execute the primitive.

Function primitives gather arguments and return a value; terminal primitives return current value.

Implements Tree::Primitives::Primitive.

Definition at line 40 of file Min.h.


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