Qualia  0.2
Classes | Namespaces | Enumerations
IntCondition.h File Reference
#include "Common.h"
Include dependency graph for IntCondition.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  BehaviorTree::IntCondition< T >
 Wraps a function or member pointer that returns an integer value into a conditional node. More...
 

Namespaces

namespace  BehaviorTree
 

Enumerations

enum  BehaviorTree::INT_TEST {
  BehaviorTree::LESS_THAN, BehaviorTree::GREATER_THAN, BehaviorTree::LESS_OR_EQ, BehaviorTree::GREATER_OR_EQ,
  BehaviorTree::EQUAL, BehaviorTree::NOT_EQUAL
}
 These are the numerical tests that are available for integers. More...