|
|
|
|
Documentation |
|
Main Page Namespace List Class Hierarchy Alphabetical List Compound List File List Namespace Members Compound Members File Members Related Pages Search
NLMISC::CVariable Class Template ReferenceCreate a variable that can be modify in realtime.
More...
#include <command.h>
Inheritance diagram for NLMISC::CVariable:
List of all members.
Detailed Description
template<class T>
class NLMISC::CVariable< T >
Create a variable that can be modify in realtime.
Don't use this class directly but use the macro NLMISC_VARIABLE
-
Author:
-
Vianney Lecroart , Nevrax France
-
Date:
-
2001
Definition at line 246 of file command.h.
Constructor & Destructor Documentation
template<class T> |
NLMISC::CVariable< T >::CVariable |
( |
const char * |
commandName, |
|
|
const char * |
commandHelp, |
|
|
T * |
pointer |
|
) |
[inline] |
|
Member Function Documentation
template<class T> |
virtual bool NLMISC::CVariable< T >::execute |
( |
const std::vector< std::string > & |
args, |
|
|
NLMISC::CLog & |
log |
|
) |
[inline, virtual] |
|
Member Data Documentation
template<class T> |
T* NLMISC::CVariable::_Pointer [private]
|
|
The documentation for this class was generated from the following file:
|
|