typedef DVcolor DVcolor_property_item


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


Documentation

ofriend ostream& operator<<(ostream&, const DVproperty_item&)
A friend routine to overload the << operator

o DVproperty_item()
default constructor makes a default EXPLICIT item

o DVproperty_item(const T&)
given value

o DVproperty_item(const LCVMstring&)
given name

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

o ~DVproperty_item()
destructor

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

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

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

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

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

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

ovoid set_data(const LCVMstring&)

ovoid set_data(const DVproperty_item<T>&)

ovoid get_data(T&) const
get value

ovoid get_data(DVproperty_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++.