#include <CorePool.h>
Inheritance diagram for tacpp::CorePool:
Public Member Functions | |
CorePool (const string, const string) | |
~CorePool () | |
void | add (int, const char *) |
void | del (int) |
void | del (int, const char *) |
string | get (int) |
void | ret (ipaddr) |
string | buildcfstr (int) |
string | applycf (char *const *mask, const string cmdname, const list< string >paramList, Command *cmd=NULL) throw (CmdErr) |
|
init |
|
free |
|
add addresses to pool |
|
apply config Implements tacpp::Core_data. |
|
build configuration for object Implements tacpp::Core_data. |
|
delete address from pool |
|
delete whole pool |
|
get addr from pool |
|
retrieve addr to pool |