Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages   Examples  

vpr::GUID::_vpr_guid::_packed Struct Reference

Friendly packed UUID format. More...

#include <GUID.h>

List of all members.

Public Attributes

vpr::Uint32 l0
vpr::Uint32 l1
vpr::Uint32 l2
vpr::Uint32 l3


Detailed Description

Friendly packed UUID format.

Note:
This format cannot be used for network transmission of GUIDs due to byte ordering issues.

Definition at line 203 of file GUID.h.


Member Data Documentation

vpr::Uint32 vpr::GUID::_vpr_guid::_packed::l0
 

Definition at line 205 of file GUID.h.

Referenced by vpr::GUID::hash::operator(), and vpr::GUID::operator==.

vpr::Uint32 vpr::GUID::_vpr_guid::_packed::l1
 

Definition at line 206 of file GUID.h.

Referenced by vpr::GUID::hash::operator(), and vpr::GUID::operator==.

vpr::Uint32 vpr::GUID::_vpr_guid::_packed::l2
 

Definition at line 207 of file GUID.h.

Referenced by vpr::GUID::hash::operator(), and vpr::GUID::operator==.

vpr::Uint32 vpr::GUID::_vpr_guid::_packed::l3
 

Definition at line 208 of file GUID.h.

Referenced by vpr::GUID::hash::operator(), and vpr::GUID::operator==.


The documentation for this struct was generated from the following file:
Generated on Sun May 2 14:47:17 2004 for VR Juggler Portable Runtime by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002