Template specialisation of JPropertiesTemplateElement for const data type.
More...
#include <JProperties.hh>
template<class T>
class JEEP::JPropertiesTemplateElement< const T >
Template specialisation of JPropertiesTemplateElement for const data type.
This class implements the JPropertiesElementInterface interface.
Definition at line 208 of file JProperties.hh.
◆ JPropertiesTemplateElement()
Constructor.
- Parameters
-
value | reference of template object |
Definition at line 220 of file JProperties.hh.
◆ read()
Stream input.
- Parameters
-
- Returns
- input stream
Implements JLANG::JStreamInput.
Definition at line 232 of file JProperties.hh.
234 THROW(JPropertiesException,
"JPropertiesTemplateElement<>::read() reading of const data type.");
◆ write() [1/3]
◆ write() [2/3]
◆ equals()
◆ is_properties()
virtual bool JEEP::JPropertiesElementInterface::is_properties |
( |
| ) |
const |
|
inlinevirtualinherited |
◆ write() [3/3]
virtual std::ostream& JLANG::JStreamOutput::write |
|
inherited |
Stream output.
- Parameters
-
- Returns
- output stream
◆ JPropertiesElement
◆ object
The documentation for this class was generated from the following file: