Tekkotsu Homepage
Demos
Overview
Downloads
Dev. Resources
Reference
Credits

RegionRegistry< MAX_REGIONS, NAME_LEN >::entry Struct Reference

#include <RegionRegistry.h>

List of all members.


Detailed Description

template<unsigned int MAX_REGIONS, unsigned int NAME_LEN>
struct RegionRegistry< MAX_REGIONS, NAME_LEN >::entry

Holds information regarding a shared memory region available for listening.

Definition at line 22 of file RegionRegistry.h.


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

Constructor & Destructor Documentation

template<unsigned int MAX_REGIONS, unsigned int NAME_LEN>
RegionRegistry< MAX_REGIONS, NAME_LEN >::entry::entry (  )  [inline]

constructor, provides an empty name

Definition at line 24 of file RegionRegistry.h.

template<unsigned int MAX_REGIONS, unsigned int NAME_LEN>
RegionRegistry< MAX_REGIONS, NAME_LEN >::entry::entry ( const char  n[],
RCRegion r 
) [inline]

constructor, pass name and pointer to region

Definition at line 26 of file RegionRegistry.h.


Member Data Documentation

template<unsigned int MAX_REGIONS, unsigned int NAME_LEN>
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().

template<unsigned int MAX_REGIONS, unsigned int NAME_LEN>
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.


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

Tekkotsu v4.0
Generated Thu Nov 22 00:58:38 2007 by Doxygen 1.5.4