Private メソッド | |
| sc_string_rep (int size=16) | |
| sc_string_rep (const char *s) | |
| sc_string_rep (const char *s, int n) | |
| ~sc_string_rep () | |
| void | resize (int new_size) |
| void | set_string (const char *s) |
Private 変数 | |
| int | ref_count |
| int | alloc |
| char * | str |
フレンド | |
| class | sc_string_old |
| friend::std::ostream & | operator<< (::std::ostream &, const sc_string_old &) |
| friend::std::istream & | operator>> (::std::istream &, sc_string_old &) |
| sc_string_old | operator+ (const char *, const sc_string_old &) |
| sc_dt::sc_string_rep::sc_string_rep | ( | int | size = 16 |
) | [inline, private] |
| sc_dt::sc_string_rep::sc_string_rep | ( | const char * | s | ) | [inline, private] |
| sc_dt::sc_string_rep::sc_string_rep | ( | const char * | s, | |
| int | n | |||
| ) | [private] |
| sc_dt::sc_string_rep::~sc_string_rep | ( | ) | [inline, private] |
| void sc_dt::sc_string_rep::resize | ( | int | new_size | ) | [private] |
| void sc_dt::sc_string_rep::set_string | ( | const char * | s | ) | [private] |
friend class sc_string_old [friend] |
| ::std::ostream& operator<< | ( | ::std::ostream & | os, | |
| const sc_string_old & | a | |||
| ) | [friend] |
| ::std::istream& operator>> | ( | ::std::istream & | is, | |
| sc_string_old & | s | |||
| ) | [friend] |
| sc_string_old operator+ | ( | const char * | s, | |
| const sc_string_old & | t | |||
| ) | [friend] |
int sc_dt::sc_string_rep::ref_count [private] |
int sc_dt::sc_string_rep::alloc [private] |
char* sc_dt::sc_string_rep::str [private] |
1.5.6