casacore
|
#include <FunctionMarshallable.h>
Public Member Functions | |
FunctionMarshallable (const String &functype) | |
create a FunctionMarshallable. More... | |
FunctionMarshallable (const FunctionMarshallable &other) | |
virtual | ~FunctionMarshallable () |
virtual void | store (Record &gr) const =0 |
store the state of this Function into a Record More... | |
virtual FunctionMarshallable & | operator= (const FunctionMarshallable &other) |
const String & | getFuncType () const |
return the name representing the Function type that will be placed in the functype field of Record passed to store(). More... | |
void | loadFuncType (Record &gr) const |
load functype field into the given Record More... | |
Private Member Functions | |
FunctionMarshallable () | |
Private Attributes | |
String | ftype |
a class for serializing/reconstituting Function objects to/from Records
Public interface
Marshalling (a.k.a. serialization) is the process of converting the state of an object into a transmitable form so that an another object with identical state can be created in another execution context. This class defines an interface for marshalling Functions.
Definition at line 85 of file FunctionMarshallable.h.
|
inline |
create a FunctionMarshallable.
functype is the name that store() will load into the Record's functype
field.
Definition at line 90 of file FunctionMarshallable.h.
|
inline |
Definition at line 91 of file FunctionMarshallable.h.
References ftype.
|
inlinevirtual |
Definition at line 94 of file FunctionMarshallable.h.
|
inlineprivate |
Definition at line 119 of file FunctionMarshallable.h.
|
inline |
|
inline |
load functype field into the given Record
Definition at line 114 of file FunctionMarshallable.h.
References casacore::String::c_str(), casacore::RecordInterface::define(), ftype, and casacore::SerialHelper::FUNCTYPE.
|
inlinevirtual |
Definition at line 103 of file FunctionMarshallable.h.
References ftype.
Referenced by casacore::MarshallableChebyshev< T >::operator=(), and casacore::MarshButterworthBandpass< T >::operator=().
|
pure virtual |
store the state of this Function into a Record
Implemented in casacore::MarshButterworthBandpass< T >, and casacore::MarshallableChebyshev< T >.
|
private |
Definition at line 121 of file FunctionMarshallable.h.
Referenced by FunctionMarshallable(), getFuncType(), loadFuncType(), and operator=().