dodo::data::memory::shared::__shared__ Struct Reference
#include <dataMemoryShared.h>
Public Member Functions | |
| __shared__ (void *data) | |
| constructor | |
| __shared__ () | |
| constructor | |
Public Attributes | |
| void * | data |
| shared data | |
| unsigned long | size |
| size of shared data | |
Detailed Description
Definition at line 135 of file dataMemoryShared.h.
Constructor & Destructor Documentation
| dodo::data::memory::shared::__shared__::__shared__ | ( | void * | data | ) |
| dodo::data::memory::shared::__shared__::__shared__ | ( | ) |
constructor
Member Data Documentation
void* dodo::data::memory::shared::__shared__::data [mutable] |
Definition at line 148 of file dataMemoryShared.h.
unsigned long dodo::data::memory::shared::__shared__::size [mutable] |
Definition at line 150 of file dataMemoryShared.h.
The documentation for this struct was generated from the following file:
- include/libdodo/dataMemoryShared.h
Generated on Sun Nov 8 03:44:48 2009 for libdodo by
1.6.1

