#include <InkAPIInternal.h>
| Public Member Functions | |
| ConfigUpdateCbTable () | |
| ~ConfigUpdateCbTable () | |
| void | insert (INKContInternal *contp, const char *name) | 
| void | invoke (const char *name) | 
| void | invoke (INKContInternal *contp) | 
Definition at line 329 of file InkAPIInternal.h.
| ConfigUpdateCbTable::ConfigUpdateCbTable | ( | ) | 
Definition at line 1271 of file InkAPI.cc.
References ink_hash_table_create(), and InkHashTableKeyType_String.
| ConfigUpdateCbTable::~ConfigUpdateCbTable | ( | ) | 
Definition at line 1276 of file InkAPI.cc.
References ink_assert, and ink_hash_table_destroy().
| void ConfigUpdateCbTable::insert | ( | INKContInternal * | contp, | |
| const char * | name | |||
| ) | 
Definition at line 1284 of file InkAPI.cc.
References ink_assert, and ink_hash_table_insert().
Referenced by TSMgmtUpdateRegister().
| void ConfigUpdateCbTable::invoke | ( | INKContInternal * | contp | ) | 
Definition at line 1322 of file InkAPI.cc.
References ET_TASK, eventProcessor, and EventProcessor::schedule_imm().
| void ConfigUpdateCbTable::invoke | ( | const char * | name | ) | 
Definition at line 1293 of file InkAPI.cc.
References ink_assert, ink_hash_table_entry_value(), ink_hash_table_iterator_first(), ink_hash_table_iterator_next(), and ink_hash_table_lookup_entry().
 1.7.1
 1.7.1