List of all members.
Public Member Functions |
|
void | clear () |
|
| StlMapDouble (const StlMapDouble &ob) |
|
StlMapDouble & | operator= (const StlMapDouble &ob) |
|
void | Append (const string &key, vector< Double > &value) |
|
void | Add (const string &key, vector< Double > &value) |
|
vector< Double > & | Put (const string &key) |
|
vector< Double > & | Put (UInt4 index) |
|
void | Erase (const string &key) |
|
void | Delete (const string &key) |
|
void | Replace (const string &key, vector< Double > &value) |
|
void | Copy (const string &OldKey, const string &NewKey) |
|
UInt4 | CheckKey (const string &key) |
|
void | Reverse () |
| | reverse all std::vector
|
| UInt4 | Size () const |
| UInt4 | Size (const string &key) const |
|
vector< string > | PutKeyList () |
|
void | DumpKeyList () |
| Int8 | PutIndexNumber (const string &Key) |
| | The speed of this method is very slow, I do not recommend to use this method.
|
Friends |
|
class | boost::serialization::access |
|
class | ElementContainer |
Member Function Documentation
The speed of this method is very slow, I do not recommend to use this method.
This method will return -1, when Key is not registered in this map.
- Returns:
- the number of vector stored in this object
- Returns:
- the size of vector which has the key
The documentation for this class was generated from the following files: