From 0ea5fc66924303d1bf73ba283a383e2aadee02f2 Mon Sep 17 00:00:00 2001 From: neodarz Date: Sat, 11 Aug 2018 20:21:34 +0200 Subject: Initial commit --- .../nel/structNLMISC_1_1CSerialCommand.html | 257 +++++++++++++++++++++ 1 file changed, 257 insertions(+) create mode 100644 docs/doxygen/nel/structNLMISC_1_1CSerialCommand.html (limited to 'docs/doxygen/nel/structNLMISC_1_1CSerialCommand.html') diff --git a/docs/doxygen/nel/structNLMISC_1_1CSerialCommand.html b/docs/doxygen/nel/structNLMISC_1_1CSerialCommand.html new file mode 100644 index 00000000..3c7f9b57 --- /dev/null +++ b/docs/doxygen/nel/structNLMISC_1_1CSerialCommand.html @@ -0,0 +1,257 @@ + + + + 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  
+

NLMISC::CSerialCommand Struct Reference

This class is only used to serialize easily a command for the admin service for example. +More... +

+#include <command.h> +

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

Public Methods

 CSerialCommand ()
 CSerialCommand (std::string n, ICommand::TType t)
void serial (IStream &f)

Public Attributes

std::string Name
ICommand::TType Type
+


Detailed Description

+This class is only used to serialize easily a command for the admin service for example. +

+ +

+Definition at line 219 of file command.h.


Constructor & Destructor Documentation

+

+ + + + +
+ + + + + + + + + +
NLMISC::CSerialCommand::CSerialCommand   [inline]
+
+ + + + + +
+   + + +

+ +

+Definition at line 221 of file command.h. +

+References Name, and Type.

+

+ + + + +
+ + + + + + + + + + + + + + + + + + + +
NLMISC::CSerialCommand::CSerialCommand std::string   n,
ICommand::TType   t
[inline]
+
+ + + + + +
+   + + +

+ +

+Definition at line 222 of file command.h. +

+References Name, t, and Type.

+


Member Function Documentation

+

+ + + + +
+ + + + + + + + + + +
void NLMISC::CSerialCommand::serial IStream  f [inline]
+
+ + + + + +
+   + + +

+ +

+Definition at line 227 of file command.h. +

+References Name, and Type.

+


Member Data Documentation

+

+ + + + +
+ + +
std::string NLMISC::CSerialCommand::Name +
+
+ + + + + +
+   + + +

+ +

+Definition at line 224 of file command.h. +

+Referenced by CSerialCommand, and serial.

+

+ + + + +
+ + +
ICommand::TType NLMISC::CSerialCommand::Type +
+
+ + + + + +
+   + + +

+ +

+Definition at line 225 of file command.h. +

+Referenced by CSerialCommand, and serial.

+


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