OpenSDN source code
|
Go to the source code of this file.
Typedefs | |
typedef void(* | cxa_throw_type )(void *, void *, void(*)(void *)) |
Functions | |
void | LoadAgentThrow () |
void | __cxa_throw (void *thrown_exception, void *pvtinfo, void(*dest)(void *)) |
Variables | |
cxa_throw_type | AgentCxaThrow = 0 |
typedef void(* cxa_throw_type)(void *, void *, void(*)(void *)) |
Definition at line 7 of file agent_cmn.cc.
void __cxa_throw | ( | void * | thrown_exception, |
void * | pvtinfo, | ||
void(*)(void *) | dest | ||
) |
void LoadAgentThrow | ( | ) |
Definition at line 10 of file agent_cmn.cc.
cxa_throw_type AgentCxaThrow = 0 |
Definition at line 8 of file agent_cmn.cc.