LibCT 2.0
|
#include <vector>
Go to the source code of this file.
Namespaces | |
namespace | LibCT |
Typedefs | |
typedef int | LibCT::NodeId |
All nodes had a unique NodeId. | |
typedef std::vector< Node * > | LibCT::NodeList |
Nodes will be stored in lists. | |
Enumerations | |
enum | LibCT::NodeType { LibCT::NodeTypeConversation, LibCT::NodeTypePhase, LibCT::NodeTypeChoice, LibCT::NodeTypeDecision, LibCT::NodeTypeUnknown } |
List of the different types of node. More... |