#include <command.h>
Definition at line 156 of file command.h.
Public Member Functions | |
| CSerialCommand (std::string n, ICommand::TType t) | |
| CSerialCommand () | |
| void | serial (IStream &f) |
Data Fields | |
| std::string | Name |
| ICommand::TType | Type |
|
|
Definition at line 158 of file command.h.
|
|
||||||||||||
|
Definition at line 159 of file command.h. References t.
|
|
|
Definition at line 164 of file command.h. References NLMISC::IStream::serial(), and NLMISC::IStream::serialEnum().
00165 {
00166 f.serial (Name);
00167 f.serialEnum (Type);
00168 }
|
|
|
|
|
|
|
1.3.6