OpenSDN source code
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
agent_cmn.cc File Reference
#include <base/task.h>
#include <cmn/agent.h>
Include dependency graph for agent_cmn.cc:

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 Documentation

typedef void(* cxa_throw_type)(void *, void *, void(*)(void *))

Definition at line 7 of file agent_cmn.cc.

Function Documentation

void __cxa_throw ( void *  thrown_exception,
void *  pvtinfo,
void(*)(void *)  dest 
)

Definition at line 15 of file agent_cmn.cc.

Here is the call graph for this function:

void LoadAgentThrow ( )

Definition at line 10 of file agent_cmn.cc.

Variable Documentation

cxa_throw_type AgentCxaThrow = 0

Definition at line 8 of file agent_cmn.cc.