Private メソッド | |
| sc_phash_elem (void *k, void *c, sc_phash_elem *n) | |
| sc_phash_elem () | |
| ~sc_phash_elem () | |
Static Private メソッド | |
| static void * | operator new (std::size_t sz) |
| static void | operator delete (void *p, std::size_t sz) |
Private 変数 | |
| void * | key |
| void * | contents |
| sc_phash_elem * | next |
フレンド | |
| class | sc_phash_base |
| class | sc_phash_base_iter |
sc_hash.cpp の 58 行で定義されています。
| sc_core::sc_phash_elem::sc_phash_elem | ( | void * | k, | |
| void * | c, | |||
| sc_phash_elem * | n | |||
| ) | [inline, private] |
| sc_core::sc_phash_elem::sc_phash_elem | ( | ) | [inline, private] |
| sc_core::sc_phash_elem::~sc_phash_elem | ( | ) | [inline, private] |
| static void* sc_core::sc_phash_elem::operator new | ( | std::size_t | sz | ) | [inline, static, private] |
| static void sc_core::sc_phash_elem::operator delete | ( | void * | p, | |
| std::size_t | sz | |||
| ) | [inline, static, private] |
friend class sc_phash_base [friend] |
sc_hash.cpp の 59 行で定義されています。
friend class sc_phash_base_iter [friend] |
sc_hash.cpp の 60 行で定義されています。
void* sc_core::sc_phash_elem::key [private] |
sc_hash.cpp の 63 行で定義されています。
void* sc_core::sc_phash_elem::contents [private] |
sc_hash.cpp の 64 行で定義されています。
sc_phash_elem* sc_core::sc_phash_elem::next [private] |
sc_hash.cpp の 65 行で定義されています。
1.5.6