policy-common Annotated List


 
LOGO
 Annotated List  Files  Globals  Hierarchy  Index  Top
ClassDescription
BinOperBase class for binary operations.
DispatcherLink between elements and operations. Executes operations on elments.
Dispatcher::OpNotFoundException thrown if no operation is found for given arguments.
ElemAnyGeneric Element wrapper for existing classes.
ElemAny::ElemInitErrorexception thrown if c-stype string initialization fails.
ElemBoolboolean element.
ElemCom3232bit unsigned integer with BGP communities friendly syntax. "X" -> (uint32_t) X ":X" -> (uint16_t) X "X:" -> ((uint16_t) X) << 16 "X:Y" -> (((uint16_t) X) << 16) + (uint16_t) Y.
ElemFiltera filter element. Used when versioning.
ElemInt3232bit signed integer.
ElemNullAn element representing nothing. Null.
ElemRefAny
ElemRefAny::ElemInitErrorexception thrown if c-stype string initialization fails.
ElemSetAnyA set of elements.
ElemStrstring element.
ElemU3232bit unsigned integer.
ElementBasic object type used by policy engine.
ElementFactoryA factory for creating elements based on their type.
ElementFactory::UnknownElementException thrown if an Unknown element is being created.
OperBase class for operations.
PolicyExceptionBase class for all policy exceptions.
RegisterElementsDoes the initial registration of ElementFactory callbacks.
RegisterOperationsDo initial registration of dispatcher callbacks.
UnOperBase class for unary operations.
VarRWInterface used by policy filters to execute a policy on a route.
filter A class which registers defined callbacks upon creation.
operations
policy_utils Some generic utility functions used by different policy components.
policy_utils::PolicyUtilsErrGeneric exception for errors.

Generated by: bms on anglepoise.lon.incunabulum.net on Wed Jul 23 10:05:56 2008, using kdoc 2.0a54+XORP.