template<class T> DVrich_property_item<T> DVrich_property_item()

default constructor makes a default EXPLICIT item

[more]friend ostream& operator<<<>(ostream&, const DVrich_property_item<T>&)
[more]friend ostream& operator<<(ostream&, const DVrich_property_item<T>&)
oDVrich_property_status rich_status
DVnamed_property_item
[more] DVrich_property_item()
default constructor makes a default EXPLICIT item
[more] DVrich_property_item(const T&)
given value
[more] DVrich_property_item(const LCVMstring&)
given name
[more] DVrich_property_item(const DVrich_property_item<T>&)
copy constructor
[more] DVrich_property_item(const DVexplicit_property_item<T>&)
given DVexplicit_property_item<T>
[more] DVrich_property_item(const DVnamed_property_item<T>&)
given DVnamed_property_item<T>
[more] ~DVrich_property_item()
destructor
[more]const DVrich_property_item<T> & operator=(const DVrich_property_item<T>&)
assignment operator
[more]const DVrich_property_item<T> & operator= (const DVexplicit_property_item<T>&)
assignment operator to assign a DVexplicit_property_item<T>
[more]const DVrich_property_item<T> & operator=(const DVnamed_property_item<T>&)
assignment operator to assign a DVnamed_property_item<T>
[more]const DVrich_property_item<T> & operator=(const T&)
assignment operator to assign a T
[more]const DVrich_property_item<T> & operator=(const LCVMstring&)
assignment operator to assign a LCVMstring
[more]int operator==(const DVrich_property_item<T>&) const
check equal and not equal
[more]int operator!=(const DVrich_property_item<T>&) const
[more]void set_data(const T&)
set value given a DVnamed_property_item<T>
[more]void set_data(const LCVMstring&)
[more]void set_data(const DVrich_property_item<T>&)
[more]void set_data(const DVexplicit_property_item<T>&)
[more]void set_data(const DVnamed_property_item<T>&)
[more]void get_data(T&) const
get value
[more]void get_data(DVrich_property_item<T>&) const
[more] operator T() const
[more]void print(ostream&) const
print


Documentation

default constructor makes a default EXPLICIT item
ofriend ostream& operator<<<>(ostream&, const DVrich_property_item<T>&)

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

o DVrich_property_item()
default constructor makes a default EXPLICIT item

o DVrich_property_item(const T&)
given value

o DVrich_property_item(const LCVMstring&)
given name

o DVrich_property_item(const DVrich_property_item<T>&)
copy constructor

o DVrich_property_item(const DVexplicit_property_item<T>&)
given DVexplicit_property_item<T>

o DVrich_property_item(const DVnamed_property_item<T>&)
given DVnamed_property_item<T>

o ~DVrich_property_item()
destructor

oconst DVrich_property_item<T> & operator=(const DVrich_property_item<T>&)
assignment operator

oconst DVrich_property_item<T> & operator= (const DVexplicit_property_item<T>&)
assignment operator to assign a DVexplicit_property_item<T>

oconst DVrich_property_item<T> & operator=(const DVnamed_property_item<T>&)
assignment operator to assign a DVnamed_property_item<T>

oconst DVrich_property_item<T> & operator=(const T&)
assignment operator to assign a T

oconst DVrich_property_item<T> & operator=(const LCVMstring&)
assignment operator to assign a LCVMstring

oint operator==(const DVrich_property_item<T>&) const
check equal and not equal

oint operator!=(const DVrich_property_item<T>&) const

ovoid set_data(const T&)
set value given a DVnamed_property_item<T>

ovoid set_data(const LCVMstring&)

ovoid set_data(const DVrich_property_item<T>&)

ovoid set_data(const DVexplicit_property_item<T>&)

ovoid set_data(const DVnamed_property_item<T>&)

ovoid get_data(T&) const
get value

ovoid get_data(DVrich_property_item<T>&) const

o operator T() const

ovoid print(ostream&) const
print

Alphabetic index HTML hierarchy of classes or Java



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