SIMLIB/C++  3.07
Namespaces | Functions
name.cc File Reference

object-name relation More...

#include "simlib.h"
#include "internal.h"
#include <cstdarg>
#include <cstdio>
Include dependency graph for name.cc:

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...
 

Detailed Description

object-name relation

Definition in file name.cc.