#include <parameter_initializer.h>

Public Member Functions | |
| void | initialize (const char *name, bool optional) |
Protected Member Functions | |
| virtual int | retrieve (LuaInterpreter *interpreter, const std::string &full_name)=0 |
| virtual std::string | to_string () const =0 |
Definition at line 29 of file parameter_initializer.h.
| void Sampa::ParameterInitializerBase::initialize | ( | const char * | name, | |
| bool | optional | |||
| ) |
| virtual int Sampa::ParameterInitializerBase::retrieve | ( | LuaInterpreter * | interpreter, | |
| const std::string & | full_name | |||
| ) | [protected, pure virtual] |
| virtual std::string Sampa::ParameterInitializerBase::to_string | ( | ) | const [protected, pure virtual] |
1.5.3