You.i Engine
YiParallelState.h
Go to the documentation of this file.
1 // © You i Labs Inc. 2000-2017. All rights reserved.
2 #ifndef _YI_PARALLEL_STATE_H_
3 #define _YI_PARALLEL_STATE_H_
4 
6 
7 namespace yi
8 {
14 namespace deprecated
15 {
16 class CYIParallelStatePriv;
23 {
24 public:
28  CYIParallelState(CYICompoundState *parent = 0, const CYIString &name = "");
29  virtual ~CYIParallelState();
30 };
31 
32 } //namespace deprecated
33 
36 } //namespace yi
37 
38 #endif /* _YI_PARALLEL_STATE_H_ */
Definition: YiAbstractSignalTransition.h:7
Container class for Unicode strings. Conceptually, a CYIString object is a sequence of Unicode charac...
Definition: YiString.h:35
CYIParallelState(CYICompoundState *parent=0, const CYIString &name="")
The base class for CYIState and CYIParallelState.
Definition: YiCompoundState.h:26
A parallel state in the state machine.
Definition: YiParallelState.h:22