85 vsnprintf(s,
sizeof(s), fmt, va);
Base class for almost all SIMLIB classes.
void SetName(const std::string &name)
assign the name
virtual std::string Name() const
get object name
Internal header file for SIMLIB/C++.
Implementation of class CalendarList interface is static - using global functions in SQS namespace.
std::string GetName(SimObject &o)
get name of object
std::string SIMLIB_create_tmp_name(const char *fmt,...)
printf-like function to create temporary name (the length of temporary names is limited) used only ...
void RemoveName(SimObject &o)
remove name
void SetName(SimObject &o, const std::string &name)
assign name to object
Main SIMLIB/C++ interface.