Jpp 21.0.0-rc.3
the software that should make you happy
Loading...
Searching...
No Matches
JTOOLS::JAbstractAutoPointer< JBase_t > Class Template Referenceabstract

Abstract class of an automatic pointer. More...

#include <JSelector.hh>

Inheritance diagram for JTOOLS::JAbstractAutoPointer< JBase_t >:
JLANG::JStreamInput JLANG::JStreamOutput JTOOLS::JAutoPointer< JDerived_t, JBase_t >

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.
 

Detailed Description

template<class JBase_t>
class JTOOLS::JAbstractAutoPointer< JBase_t >

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.

Constructor & Destructor Documentation

◆ JAbstractAutoPointer()

template<class JBase_t >
JTOOLS::JAbstractAutoPointer< JBase_t >::JAbstractAutoPointer ( )
inline

Default constructor.

Definition at line 48 of file JTools/JSelector.hh.

49 {}

Member Function Documentation

◆ read()

◆ write()


The documentation for this class was generated from the following file: