From 0ea5fc66924303d1bf73ba283a383e2aadee02f2 Mon Sep 17 00:00:00 2001 From: neodarz Date: Sat, 11 Aug 2018 20:21:34 +0200 Subject: Initial commit --- docs/doxygen/nel/class_CAutomataDesc__CState.html | 201 ++++++++++++++++++++++ 1 file changed, 201 insertions(+) create mode 100644 docs/doxygen/nel/class_CAutomataDesc__CState.html (limited to 'docs/doxygen/nel/class_CAutomataDesc__CState.html') diff --git a/docs/doxygen/nel/class_CAutomataDesc__CState.html b/docs/doxygen/nel/class_CAutomataDesc__CState.html new file mode 100644 index 00000000..908f369a --- /dev/null +++ b/docs/doxygen/nel/class_CAutomataDesc__CState.html @@ -0,0 +1,201 @@ + + + + nevrax.org : docs + + + + + + + + + + + + + + +
# Home   # nevrax.com   
+ + + + +
Nevrax
+ + + + + + + + + + +
+ + +
+ Nevrax.org
+ + + + + + + +
#News
#Mailing-list
#Documentation
#CVS
#Bugs
#License
+
+ + +
+ + +
+Docs + +
+  + + + + + +
Documentation 
+ +
+Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages   Search  
+

CAutomataDesc::CState Struct Reference

List of all members. + + + + + + +

Public Methods

void serial (NLMISC::IStream &f)

Public Attributes

std::string Name
std::list<sint32SuccessStates
std::list<sint32FailStates
+

Member Function Documentation

+

+ + + + +
+ + + + + + +
+void CAutomataDesc::CState::serial ( + +NLMISC::IStream & f ) [inline] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 113 of file automata_desc.h.

+


Member Data Documentation

+

+ + + + +
+ + + + + +
+std::list< sint32 > CAutomataDesc::CState::FailStates +
+
+ + + + + +
+   + + +

+ +

+Definition at line 111 of file automata_desc.h.

+

+ + + + +
+ + + + + +
+std::string CAutomataDesc::CState::Name +
+
+ + + + + +
+   + + +

+ +

+Definition at line 109 of file automata_desc.h.

+

+ + + + +
+ + + + + +
+std::list< sint32 > CAutomataDesc::CState::SuccessStates +
+
+ + + + + +
+   + + +

+ +

+Definition at line 110 of file automata_desc.h.

+


The documentation for this struct was generated from the following file: + + + +
                                                                                                                                                                    +
+ + -- cgit v1.2.1