template<class T>inline DVnamed_property_table<T> DVnamed_property_table(const T &def_value)

the default constructor--needs a default for the value field

[more]friend ostream& operator<<<>(ostream&, const DVnamed_property_table<T>&)
[more]friend ostream& operator<<(ostream&, const DVnamed_property_table<T>&)
[more]classDVnamed_property_table_iterator T DVnamed_property_table(const T&)
the default constructor--needs a default for the value field
[more] DVnamed_property_table(DVnamed_property_table<T>&)
copy constructor
[more] ~DVnamed_property_table()
[more]const DVnamed_property_table<T> & operator=(DVnamed_property_table<T>&)
destructor
[more]int operator==(DVnamed_property_table<T>&)
[more]int operator!=(DVnamed_property_table<T>&)
[more]DVnamed_property_table<T> & add_data(const LCVMstring&, const T&)
these next two are really the same....
[more]DVnamed_property_table<T> & set_data(const LCVMstring&, const T&)
[more]T& get_data(const LCVMstring&)
the second one returns a copy of the data
[more]void get_data(const LCVMstring&, T&)
[more]int get_size() const
[more]void remove(const LCVMstring&)
[more]void erase()
[more]void print(ostream&) const
[more]LCVMassociative_array<LCVMstring,T> table


Documentation

the default constructor--needs a default for the value field
ofriend ostream& operator<<<>(ostream&, const DVnamed_property_table<T>&)

ofriend ostream& operator<<(ostream&, const DVnamed_property_table<T>&)

oclassDVnamed_property_table_iterator T DVnamed_property_table(const T&)
the default constructor--needs a default for the value field

o DVnamed_property_table(DVnamed_property_table<T>&)
copy constructor

o ~DVnamed_property_table()

oconst DVnamed_property_table<T> & operator=(DVnamed_property_table<T>&)
destructor

oint operator==(DVnamed_property_table<T>&)

oint operator!=(DVnamed_property_table<T>&)

oDVnamed_property_table<T> & add_data(const LCVMstring&, const T&)
these next two are really the same....

oDVnamed_property_table<T> & set_data(const LCVMstring&, const T&)

oT& get_data(const LCVMstring&)
the second one returns a copy of the data

ovoid get_data(const LCVMstring&, T&)

oint get_size() const

ovoid remove(const LCVMstring&)

ovoid erase()

ovoid print(ostream&) const

oLCVMassociative_array<LCVMstring,T> table

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.