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/a02242.html | 147 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 147 insertions(+) create mode 100644 docs/doxygen/nel/a02242.html (limited to 'docs/doxygen/nel/a02242.html') diff --git a/docs/doxygen/nel/a02242.html b/docs/doxygen/nel/a02242.html new file mode 100644 index 00000000..1de86119 --- /dev/null +++ b/docs/doxygen/nel/a02242.html @@ -0,0 +1,147 @@ + + +NeL: CAutomataDesc::CState struct Reference + + + +
+

CAutomataDesc::CState Struct Reference

+ + + + + + + + + + + +

Public Member Functions

void serial (NLMISC::IStream &f)

Data Fields

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

Member Function Documentation

+

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

+ +

+Definition at line 115 of file automata_desc.h. +

+References FailStates, NLMISC::IStream::serial(), NLMISC::IStream::serialCont(), and SuccessStates. +

+

00116                 {
+00117                         f.serial(Name);
+00118                         f.serialCont(SuccessStates);
+00119                         f.serialCont(FailStates);
+00120                 }
+
+


Field Documentation

+

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

+ +

+Definition at line 113 of file automata_desc.h. +

+Referenced by serial().

+

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

+ +

+Definition at line 111 of file automata_desc.h.

+

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

+ +

+Definition at line 112 of file automata_desc.h. +

+Referenced by serial().

+


The documentation for this struct was generated from the following file: +
Generated on Tue Mar 16 06:43:53 2004 for NeL by + +doxygen +1.3.6
+ + -- cgit v1.2.1