#include <scfx_string.hh>
Definition at line 76 of file scfx_string.hh.
◆ 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 |
◆ resize()
void sc_dt::scfx_string::resize |
( |
std::size_t | i | ) |
|
|
inlineprivate |
◆ m_alloc
std::size_t sc_dt::scfx_string::m_alloc |
|
private |
◆ m_buffer
char* sc_dt::scfx_string::m_buffer |
|
private |
◆ m_len
std::size_t sc_dt::scfx_string::m_len |
|
private |
The documentation for this class was generated from the following file: