expression_tree  3.2
 All Classes Files Functions Variables Typedefs Pages
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123]
oNexpression_tree
|oNdetail
||oCoperationOperations are what branches perform on their children
||oCnode_implBase class for the node class internal implementation
||oCleafLeaf class
||oCleaf< T * >Leaf class specialized to T*
||\Cdefault_branchBranch class
|oCparallelPerforms parallel evaluation of a branch's children before applying its operation
|oCsequentialPerforms sequential evaluation of a branch's children before applying its operation
|oCnodeThe tree's node class
|oCno_cachingImplementation of the CachingPolicy used by tree
||\CbranchImplementation of a branch class that performs no caching
|oCcache_on_evaluationImplementation of the CachingPolicy used by tree
||\CbranchImplementation of a branch class that performs caching on evaluation
|oCcache_on_assignmentImplementation of the CachingPolicy used by tree
||\CbranchImplementation of a branch class that performs caching on assignment of its children
|\CtreeImplements an expression tree
oCno_caching
\Cnode