|
Jpp 21.0.0-rc.3
the software that should make you happy
|
Abstract class of an automatic pointer. More...
#include <JSelector.hh>
Public Member Functions | |
| JAbstractAutoPointer () | |
| Default constructor. | |
| virtual std::istream & | read (std::istream &in)=0 |
| Stream input. | |
| virtual std::ostream & | write (std::ostream &out) const =0 |
| Stream output. | |
Abstract class of an automatic pointer.
This abstract class can be used for loading and storing of objects.
Definition at line 39 of file JTools/JSelector.hh.
|
inline |
|
pure virtualinherited |
Stream input.
| in | input stream |
Implemented in JEEP::JPropertiesTemplateElement< T >, JEEP::JPropertiesTemplateElement< const T >, JEEP::JPropertiesTemplateElement< JProperties >, JLANG::JValueInput< T >, JPARSER::JParserTemplateElement< bool >, JPARSER::JParserTemplateElement< JCounter >, JPARSER::JParserTemplateElement< JType_t, false >, and JTOOLS::JAutoPointer< JDerived_t, JBase_t >.
|
pure virtualinherited |
Stream output.
| out | output stream |
Implemented in JEEP::JPropertiesElementInterface, JEEP::JPropertiesTemplateElement< T >, JEEP::JPropertiesTemplateElement< const T >, JEEP::JPropertiesTemplateElement< JProperties >, JLANG::JValueOutput< T >, JPARSER::JParserTemplateElement< bool >, JPARSER::JParserTemplateElement< JCounter >, JPARSER::JParserTemplateElement< JType_t, false >, and JTOOLS::JAutoPointer< JDerived_t, JBase_t >.