ObjectHandle Class Reference

#include <RioTypes.h>

Public Member Functions

 ObjectHandle ()

Data Fields

int Version
int Index

Detailed Description

Definition at line 87 of file RioTypes.h.


Constructor & Destructor Documentation

ObjectHandle::ObjectHandle (  )  [inline]

Definition at line 93 of file RioTypes.h.

00094         {
00095             Version = 1; // MD5Sum enabled
00096             // MD5Sum disabled (older versions): 0
00097             Index   = 0;
00098         }


Field Documentation

Definition at line 91 of file RioTypes.h.

Definition at line 90 of file RioTypes.h.


The documentation for this class was generated from the following file:
Generated on Wed Jul 4 16:03:35 2012 for RIO by  doxygen 1.6.3