# 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: