Public Member Functions

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

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

#include <Div.h>

Inheritance diagram for Tree::Primitives::DivT< 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::DivT< T >

Div function primitive (Tree genotype).

Definition at line 16 of file Div.h.


Member Function Documentation

template<class T >
void Tree::Primitives::DivT< 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 41 of file Div.h.


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