Public Member Functions | |
string | value () |
StringValue (string value) | |
Private Attributes | |
string | myValue |
Definition at line 46 of file KeyRing.h.
KeyRing::StringValue::StringValue | ( | string | value | ) | [inline] |
string KeyRing::StringValue::value | ( | ) | [inline] |
Definition at line 49 of file KeyRing.h.
References myValue.
Referenced by KeyRing::dump(), KeyRing::stringKey(), and KeyRing::write().
00049 {return (myValue) ;} ;
string KeyRing::StringValue::myValue [private] |
Definition at line 47 of file KeyRing.h.
Referenced by StringValue(), and value().