Simple string class for internal use.
More...
#include <sysc/datatypes/fx/scfx_string.h>
Simple string class for internal use.
Definition at line 77 of file scfx_string.h.
◆ scfx_string()
sc_dt::scfx_string::scfx_string |
( |
| ) |
|
|
inline |
◆ ~scfx_string()
sc_dt::scfx_string::~scfx_string |
( |
| ) |
|
|
inline |
◆ append()
void sc_dt::scfx_string::append |
( |
int |
n | ) |
|
|
inline |
◆ clear()
void sc_dt::scfx_string::clear |
( |
| ) |
|
|
inline |
◆ discard()
void sc_dt::scfx_string::discard |
( |
int |
n | ) |
|
|
inline |
◆ length()
int sc_dt::scfx_string::length |
( |
| ) |
const |
|
inline |
◆ operator const char *()
sc_dt::scfx_string::operator const char * |
( |
| ) |
|
|
inline |
◆ operator+=() [1/2]
void sc_dt::scfx_string::operator+= |
( |
char |
c | ) |
|
|
inline |
◆ operator+=() [2/2]
void sc_dt::scfx_string::operator+= |
( |
const char * |
s | ) |
|
|
inline |
◆ operator[]()
char & sc_dt::scfx_string::operator[] |
( |
int |
i | ) |
|
|
inline |
◆ remove()
void sc_dt::scfx_string::remove |
( |
int |
i | ) |
|
|
inline |
The documentation for this class was generated from the following file: