#include <tagname.h>
Definition at line 28 of file tagname.h.
◆ tagname() [1/3]
tagname::tagname |
( |
const std::string & |
base, |
|
|
int |
i |
|
) |
| |
|
inline |
Definition at line 31 of file tagname.h.
33 sprintf(sbase,
"%s[%03d]",
base.c_str(),
i);
◆ tagname() [2/3]
tagname::tagname |
( |
const char * |
base, |
|
|
int |
i |
|
) |
| |
|
inline |
Definition at line 38 of file tagname.h.
40 sprintf(sbase,
"%s[%03d]",
base,
i);
◆ tagname() [3/3]
tagname::tagname |
( |
const char * |
base, |
|
|
char * |
addition |
|
) |
| |
|
inline |
Definition at line 44 of file tagname.h.
46 sprintf(sbase,
"%s%s",
base, addition);
◆ add() [1/2]
◆ add() [2/2]
◆ c_str()
const char* tagname::c_str |
( |
| ) |
const |
|
inline |
◆ operator const char *()
tagname::operator const char * |
( |
| ) |
const |
|
inline |
◆ operator std::string()
tagname::operator std::string |
( |
| ) |
const |
|
inline |
◆ m_string
std::string tagname::m_string |
|
private |
The documentation for this struct was generated from the following file: