SystemC  2.3.1
Accellera SystemC proof-of-concept library
Public Member Functions | List of all members
sc_dt::scfx_string Class Reference

#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 * ()
 

Detailed Description

Definition at line 75 of file scfx_string.h.

Constructor & Destructor Documentation

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.

Member Function Documentation

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+= ( char  c)
inline

Definition at line 202 of file scfx_string.h.

void sc_dt::scfx_string::operator+= ( const char *  s)
inline

Definition at line 211 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.


The documentation for this class was generated from the following file: