Definition at line 12 of file charp_out.
◆ charp_out() [1/2]
tools::charp_out::charp_out |
( |
const char * |
a_value | ) |
|
|
inline |
Definition at line 15 of file charp_out.
17 if(
sizeof(
unsigned long)==
sizeof(
char*)) {
18 snpf(s,
sizeof(s),
"%lu",a_value);
19 parent::operator+=(s);
20 }
else if(
sizeof(
unsigned long long)==
sizeof(
char*)) {
21 snpf(s,
sizeof(s),
"%llu",a_value);
22 parent::operator+=(s);
24 parent::operator+=(
"charp_out_failed");
◆ charp_out() [2/2]
tools::charp_out::charp_out |
( |
const charp_out & |
a_from | ) |
|
|
inline |
◆ operator=()
Definition at line 29 of file charp_out.
29 {parent::operator=(a_from);
return *
this;}
The documentation for this class was generated from the following file:
- /Users/barrand/private/dev/softinex/g4tools/g4tools/tools/charp_out