|
SIMLIB/C++
3.07
|
object-name relation More...

Go to the source code of this file.
Namespaces | |
| simlib3 | |
| Implementation of class CalendarList interface is static - using global functions in SQS namespace. | |
Functions | |
| void | simlib3::SetName (SimObject &o, const std::string &name) |
| assign name to object More... | |
| void | simlib3::SetName (SimObject *o, const std::string &name) |
| assign name to object More... | |
| void | simlib3::RemoveName (SimObject &o) |
| remove name More... | |
| void | simlib3::RemoveName (SimObject *o) |
| remove name More... | |
| std::string | simlib3::GetName (SimObject &o) |
| get name of object More... | |
| std::string | simlib3::GetName (SimObject *o) |
| get name of object More... | |
| std::string | simlib3::SIMLIB_create_tmp_name (const char *fmt,...) |
| printf-like function to create temporary name (the length of temporary names is limited) used only for printing More... | |
object-name relation
Definition in file name.cc.
1.8.13