#include <sysc/datatypes/fx/scfx_string.h>
Public Member Functions | |
scfx_string () | |
~scfx_string () | |
int | length () const |
void | clear () |
char & | operator[] (int) |
void | append (int) |
void | discard (int) |
void | remove (int) |
void | operator+= (char) |
void | operator+= (const char *) |
operator const char * () |
Definition at line 75 of file scfx_string.h.
sc_dt::scfx_string::scfx_string | ( | ) | [inline] |
Definition at line 131 of file scfx_string.h.
sc_dt::scfx_string::~scfx_string | ( | ) | [inline] |
Definition at line 139 of file scfx_string.h.
void sc_dt::scfx_string::append | ( | int | n | ) | [inline] |
Definition at line 175 of file scfx_string.h.
void sc_dt::scfx_string::clear | ( | ) | [inline] |
Definition at line 155 of file scfx_string.h.
void sc_dt::scfx_string::discard | ( | int | n | ) | [inline] |
Definition at line 183 of file scfx_string.h.
int sc_dt::scfx_string::length | ( | ) | const [inline] |
Definition at line 147 of file scfx_string.h.
sc_dt::scfx_string::operator const char * | ( | ) | [inline] |
Definition at line 219 of file scfx_string.h.
void sc_dt::scfx_string::operator+= | ( | const char * | s | ) | [inline] |
Definition at line 211 of file scfx_string.h.
void sc_dt::scfx_string::operator+= | ( | char | c | ) | [inline] |
Definition at line 202 of file scfx_string.h.
char & sc_dt::scfx_string::operator[] | ( | int | i | ) | [inline] |
Definition at line 164 of file scfx_string.h.
void sc_dt::scfx_string::remove | ( | int | i | ) | [inline] |
Definition at line 191 of file scfx_string.h.