Tekkotsu Homepage | Demos | Overview | Downloads | Dev. Resources | Reference | Credits |
RegionRegistry< MAX_REGIONS, NAME_LEN >::entry Struct Reference#include <RegionRegistry.h>
Detailed Descriptiontemplate<unsigned int MAX_REGIONS, unsigned int NAME_LEN>
Holds information regarding a shared memory region available for listening.
|
Public Member Functions | |
entry () | |
constructor, provides an empty name | |
entry (const char n[], RCRegion *r) | |
constructor, pass name and pointer to region | |
Public Attributes | |
char | name [NAME_LEN+1] |
the name for the region | |
RCRegion::Identifier | id |
stores information needed to identify the region to the system |
RegionRegistry< MAX_REGIONS, NAME_LEN >::entry::entry | ( | ) | [inline] |
RegionRegistry< MAX_REGIONS, NAME_LEN >::entry::entry | ( | const char | n[], | |
RCRegion * | r | |||
) | [inline] |
char RegionRegistry< MAX_REGIONS, NAME_LEN >::entry::name[NAME_LEN+1] |
the name for the region
Definition at line 30 of file RegionRegistry.h.
Referenced by RegionRegistry< MAX_REGIONS, NAME_LEN >::entry::entry().
RCRegion::Identifier RegionRegistry< MAX_REGIONS, NAME_LEN >::entry::id |
stores information needed to identify the region to the system
Definition at line 31 of file RegionRegistry.h.
Tekkotsu v4.0 |
Generated Thu Nov 22 00:58:38 2007 by Doxygen 1.5.4 |