Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

KeyRing::KValue Class Reference

Inheritance diagram for KeyRing::KValue:

KeyRing::FloatArray KeyRing::IntArray KeyRing::StringValue List of all members.

Public Member Functions

KeyType type ()
int size ()

Protected Attributes

int mySize
KeyType myType

Member Function Documentation

int KeyRing::KValue::size  )  [inline]
 

Definition at line 16 of file KeyRing.h.

Referenced by KeyRing::dump(), KeyRing::intArray(), and KeyRing::write().

00016 {return (mySize) ;} ;

KeyType KeyRing::KValue::type  )  [inline]
 

Definition at line 15 of file KeyRing.h.

References KeyType.

00015 {return (myType) ;} ;


Member Data Documentation

int KeyRing::KValue::mySize [protected]
 

Definition at line 12 of file KeyRing.h.

KeyType KeyRing::KValue::myType [protected]
 

Definition at line 13 of file KeyRing.h.


The documentation for this class was generated from the following file:
Generated on Mon Feb 15 11:09:22 2010 for loon by  doxygen 1.3.9.1