Template class for I/O of properties element.
More...
#include <JProperties.hh>
template<class T>
class JEEP::JPropertiesTemplateElement< T >
Template class for I/O of properties element.
This class implements the JPropertiesElementInterface interface.
Definition at line 110 of file JProperties.hh.
◆ JPropertiesTemplateElement()
Constructor.
- Parameters
-
value | reference of template object |
Definition at line 122 of file JProperties.hh.
◆ read()
Stream input.
- Parameters
-
- Returns
- input stream
Implements JLANG::JStreamInput.
Definition at line 134 of file JProperties.hh.
144 if (!buffer.empty()) {
145 THROW(JPropertiesException,
"JProperties: pending data <" << buffer << (in.peek() != EOF ?
"..." :
"") <<
">");
◆ 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: