My Project
Public Member Functions | Friends
StlMapDouble Class Reference

List of all members.

Public Member Functions

void clear ()
 StlMapDouble (const StlMapDouble &ob)
StlMapDoubleoperator= (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

Int8 StlMapDouble::PutIndexNumber ( const string &  Key)

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.

UInt4 StlMapDouble::Size ( ) const [inline]
Returns:
the number of vector stored in this object
UInt4 StlMapDouble::Size ( const string &  key) const [inline]
Returns:
the size of vector which has the key

The documentation for this class was generated from the following files:
 All Classes Functions Variables Friends