Foxit PDF Conversion SDK
|
A fixed string buffer template. More...
Public Member Functions | |
CFX_StringBufTemplate () | |
A constructor. | |
![]() | |
CFX_StringBufBase (FX_STRSIZE limit) | |
A Constructor. More... | |
void | Append (FX_BSTR str) |
Append a non-buffered byte string. More... | |
void | Append (int i, FX_DWORD flags=0) |
Append an integer. See FXFORMAT_xxx for flags. More... | |
void | Copy (FX_BSTR str) |
Copy from a non-buffered byte string. More... | |
void | Empty () |
Set this string to be empty. More... | |
FX_CHAR * | GetPtr () const |
Get a C-style string pointer to the string buffer. More... | |
FX_STRSIZE | GetSize () const |
Gets the length of the string. More... | |
CFX_ByteString | GetString () const |
Get a buffered byte string. More... | |
CFX_ByteStringC | GetStringC () const |
Get a non-buffered byte string. More... | |
Public Attributes | |
FX_CHAR | m_Buffer [limit] |
The fixed string buffer. More... | |
A fixed string buffer template.
FX_CHAR CFX_StringBufTemplate< limit >::m_Buffer[limit] |
The fixed string buffer.