PIP  0.4.0_beta2
Platform-Independent Primitives
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
PIStateMachine< Type >::State Struct Reference

State of machine More...

Public Member Functions

 State ()
 Constuctor.
 
 State (Type v, const PIString &n="", Handler h=0)
 Constuctor.
 

Public Attributes

Type value
 State value
 
PIString name
 State name
 
Handler handler
 Pointer to function executed on tick.
 

Detailed Description

template<typename Type = int>
struct PIStateMachine< Type >::State

State of machine