NumeRe v1.1.4
NumeRe: Framework für Numerische Rechnungen
|
This class resembles an extended string class, which contains the extended character class. More...
#include <TextManager.h>
Public Member Functions | |
CharacterVector () | |
CharacterVector (const std::string &sText) | |
CharacterVector (const std::string &sText, short flags) | |
CharacterVector & | operator+= (const std::string &sText) |
CharacterVector & | operator+= (const CharacterVector &vect) |
CharacterVector & | operator= (const std::string &sText) |
Character & | operator[] (size_t i) |
const Character & | operator[] (size_t i) const |
Character & | front () |
const Character & | front () const |
Character & | back () |
const Character & | back () const |
std::string | toString () const |
std::string | substr (size_t pos, size_t len=std::string::npos) const |
std::vector< unsigned short > | subcolors (size_t pos, size_t len=std::string::npos) const |
size_t | length () const |
iterator | insert (size_t pos, const std::string &sText, short flags=0) |
iterator | insert (size_t pos, const CharacterVector &vect) |
void | append (size_t n, char c) |
Private Member Functions | |
void | assign (const std::string &sText) |
void | append (const std::string &sText) |
Private Attributes | |
Character | m_dummy |
This class resembles an extended string class, which contains the extended character class.
Definition at line 318 of file TextManager.h.
|
inline |
Definition at line 336 of file TextManager.h.
Referenced by insert().
|
inline |
Definition at line 338 of file TextManager.h.
References append().
|
inline |
Definition at line 343 of file TextManager.h.
References append().
|
inlineprivate |
Definition at line 329 of file TextManager.h.
Referenced by append(), assign(), CharacterVector(), and operator+=().
|
inline |
Definition at line 470 of file TextManager.h.
References append().
|
inlineprivate |
Definition at line 323 of file TextManager.h.
References append().
Referenced by operator=().
|
inline |
Definition at line 404 of file TextManager.h.
References m_dummy.
|
inline |
Definition at line 412 of file TextManager.h.
References m_dummy.
|
inline |
Definition at line 388 of file TextManager.h.
References m_dummy.
|
inline |
Definition at line 396 of file TextManager.h.
References m_dummy.
|
inline |
Definition at line 462 of file TextManager.h.
|
inline |
Definition at line 457 of file TextManager.h.
References CharacterVector(), and insert().
Referenced by insert().
|
inline |
Definition at line 452 of file TextManager.h.
|
inline |
Definition at line 360 of file TextManager.h.
|
inline |
Definition at line 354 of file TextManager.h.
References append().
|
inline |
Definition at line 366 of file TextManager.h.
References assign().
|
inline |
Definition at line 372 of file TextManager.h.
References m_dummy.
|
inline |
Definition at line 380 of file TextManager.h.
References m_dummy.
|
inline |
Definition at line 435 of file TextManager.h.
|
inline |
Definition at line 430 of file TextManager.h.
References toString().
|
inline |
Definition at line 420 of file TextManager.h.
Referenced by substr().
|
private |
Definition at line 321 of file TextManager.h.
Referenced by back(), front(), and operator[]().