nlib
nn::nlib::HandleTable< HBODY > Struct Template Reference

A table referencing handle instances used by the HandlerMaker class. More...

#include "nn/nlib/HandleMaker.h"

Detailed Description

template<class HBODY>
struct nn::nlib::HandleTable< HBODY >

A table referencing handle instances used by the HandlerMaker class.

Template Parameters
HBODYHandle instance type.
Description
Passing a pointer to this structure to the HandlerMaker class constructor allows it to use this structure. This structure is used after statically initializing it as follows by using the NLIB_HANDLETABLE_INITIALIZER macro with POD.
static HandleTable<MyHandleBody> table_ = NLIB_HANDLETABLE_INITIALIZER;

Definition at line 65 of file HandleMaker.h.


The documentation for this struct was generated from the following file: