Inheritance diagram for KeyRing::KValue:

Public Member Functions | |
| KeyType | type () |
| int | size () |
Protected Attributes | |
| int | mySize |
| KeyType | myType |
|
|
Definition at line 16 of file KeyRing.h. Referenced by KeyRing::dump(), KeyRing::intArray(), and KeyRing::write(). 00016 {return (mySize) ;} ;
|
|
|
Definition at line 15 of file KeyRing.h. References KeyType. 00015 {return (myType) ;} ;
|
|
|
|
|
|
|
1.3.9.1