#include <DurableStoreKey.h>
Inheritance diagram for oasys::DurableStoreKey:
Definition at line 30 of file DurableStoreKey.h.
Public Member Functions | |
virtual int | compare (const DurableStoreKey &other)=0 |
Compare function used by the tables for finding the key. | |
virtual std::string | as_ascii ()=0 |
| |
virtual bool | from_ascii (const std::string &ascii)=0 |
|
virtual int oasys::DurableStoreKey::compare | ( | const DurableStoreKey & | other | ) | [pure virtual] |
Compare function used by the tables for finding the key.
virtual std::string oasys::DurableStoreKey::as_ascii | ( | ) | [pure virtual] |
This is easier than a generalized marshalling/unmarshalling which is quite a heavy weight process.
virtual bool oasys::DurableStoreKey::from_ascii | ( | const std::string & | ascii | ) | [pure virtual] |