SIMLIB/C++ 3.09
Loading...
Searching...
No Matches
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

namespace  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
 
void simlib3::SetName (SimObject *o, const std::string &name)
 assign name to object
 
void simlib3::RemoveName (SimObject &o)
 remove name
 
void simlib3::RemoveName (SimObject *o)
 remove name
 
std::string simlib3::GetName (SimObject &o)
 get name of object
 
std::string simlib3::GetName (SimObject *o)
 get name of object
 
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
 

Detailed Description

object-name relation

Definition in file name.cc.