Registration.h File Reference
#include "mgr/ActionFeatures.h"
#include "mgr/forward.h"
Include dependency graph for Registration.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 Mgr
 Cache Manager API.
 

Functions

void Mgr::RegisterAction (char const *action, char const *desc, OBJH *handler, Protected, Atomic, Format)
 
void Mgr::RegisterAction (const char *const action, const char *const desc, OBJH *handler, int pw_req_flag, int atomic)
 wrapper for legacy Format-unaware function-based action registration code More...
 
void Mgr::RegisterAction (char const *action, char const *desc, ClassActionCreationHandler *handler, Protected, Atomic, Format)
 
void Mgr::RegisterAction (const char *const action, const char *const desc, ClassActionCreationHandler *handler, int pw_req_flag, int atomic)
 wrapper for legacy Format-unaware class-based action registration code More...
 

 

Introduction

Documentation

Support

Miscellaneous