FirteX-高性能全文索引和检索平台API Documentation |
#include <FXString.h>
公有类型 | |
| typedef CharT | char_type |
公有成员 | |
| CFXString_base (void) | |
| CFXString_base (const char_type *str) | |
| CFXString_base (char_type *str, bool bNoCopy) | |
| CFXString_base (const char_type *str, size_t len) | |
| CFXString_base (char_type *str, size_t len, bool bNoCopy) | |
| CFXString_base (const _str< char_type > &str) | |
| CFXString_base (const _str< char_type > &str, bool bNoCopy) | |
| CFXString_base (const basic_string< char_type > &str) | |
| CFXString_base (const CFXString_base &src) | |
| ~CFXString_base (void) | |
| CFXString_base & | operator= (const _str< char_type > &str) |
| CFXString_base & | operator= (const char_type *str) |
| CFXString_base & | operator= (const CFXString_base< char_type > &str) |
| CFXString_base & | operator= (const basic_string< char_type > &str) |
| operator char_type * () | |
| operator _str () | |
| operator basic_string () | |
| bool | operator== (const char_type *str) const |
| bool | operator== (const basic_string< char_type > &str) const |
| bool | operator== (const CFXString_base< char_type > &right) const |
| bool | operator!= (const char_type *str) const |
| bool | operator!= (const basic_string< char_type > &str) const |
| bool | operator!= (const CFXString_base< char_type > &right) const |
| const char_type * | c_str () const |
| char_type * | data () |
| size_t | length () const |
| size_t | maxLength () const |
| void | reserve (size_t len) |
| void | resize (size_t len) |
| void | assign (char_type *data, size_t len, bool bNoCopy) |
| void | assign (const char_type *str) |
| void | assign (const char_type *str, size_t len) |
| void | assign (const _str< char_type > &str) |
| void | append (char_type *str, size_t len) |
| int | compare (const CFXString_base< char_type > &right) const |
| int | compare (const char_type *str) const |
| int | compare (const basic_string< char_type > &str) const |
| int | compare (const _str< char_type > &str) const |
| void | clear () |
保护成员 | |
| void | init () |
|
|||||
|
|
|
||||||||||
|
|
|
||||||||||
|
|
|
||||||||||||||||
|
|
|
||||||||||||||||
|
|
|
||||||||||||||||||||
|
|
|
||||||||||
|
|
|
||||||||||||||||
|
|
|
||||||||||
|
|
|
||||||||||
|
|
|
||||||||||
|
|
|
||||||||||||||||
|
|
|
||||||||||
|
|
|
||||||||||||||||
|
|
|
||||||||||
|
|
|
||||||||||||||||||||
|
assign string value.
|
|
|||||||||
|
return C-style string |
|
|||||||||
|
|
|
||||||||||
|
|
|
||||||||||
|
|
|
||||||||||
|
|
|
||||||||||
|
|
|
|||||||||
|
return the internal buffer of string |
|
|||||||||
|
|
|
|||||||||
|
get the length of string |
|
|||||||||
|
get the max length of string |
|
|||||||||
|
|
|
|||||||||
|
|
|
|||||||||
|
|
|
||||||||||
|
|
|
||||||||||
|
|
|
||||||||||
|
|
|
||||||||||
|
|
|
||||||||||
|
|
|
||||||||||
|
|
|
||||||||||
|
|
|
||||||||||
|
|
|
||||||||||
|
|
|
||||||||||
|
|
|
||||||||||
|
reserve space for string
|
|
||||||||||
|
resize string
|
http://www.firtex.org http://www.sourceforge.net/projects/firtex