|
Pol
Rev 533
|
Inheritance diagram for NpcTemplateConfigSource:
Collaboration diagram for NpcTemplateConfigSource:Public Member Functions | |
| NpcTemplateConfigSource () | |
| NpcTemplateConfigSource (const ConfigFile &cf) | |
| virtual void | display_error (const std::string &msg, bool show_curline=true, const ConfigElemBase *elem=NULL, bool error=true) const |
Private Attributes | |
| unsigned | _fileline |
| string | _filename |
Definition at line 23 of file npctemplates.cpp.
Definition at line 41 of file npctemplates.cpp.
| NpcTemplateConfigSource::NpcTemplateConfigSource | ( | const ConfigFile & | cf | ) |
Definition at line 36 of file npctemplates.cpp.
| void NpcTemplateConfigSource::display_error | ( | const std::string & | msg, |
| bool | show_curline = true, |
||
| const ConfigElemBase * | elem = NULL, |
||
| bool | error = true |
||
| ) | const [virtual] |
Implements ConfigSource.
Definition at line 44 of file npctemplates.cpp.
References _fileline, _filename, ConfigElemBase::rest(), and ConfigElemBase::type().
Here is the call graph for this function:unsigned NpcTemplateConfigSource::_fileline [private] |
Definition at line 34 of file npctemplates.cpp.
Referenced by display_error().
string NpcTemplateConfigSource::_filename [private] |
Definition at line 33 of file npctemplates.cpp.
Referenced by display_error().