Template Class OPDescriptorTemp#

Inheritance Relationships#

Base Type#

  • public BaseClass

Class Documentation#

template<class BaseClass>
class OPDescriptorTemp : public BaseClass#

Public Functions

inline const ParameterDeclaration &get_param_decl() const#
inline void set_param_decl(const ParameterDeclaration &d)#
inline void replace_val(MapObject<SymbolicVal, SymbolicVal> &repl)#
inline bool read(std::istream &in, const OperatorDeclaration &op)#
inline void write(std::ostream &out) const#
inline void Dump() const#

Protected Attributes

ParameterDeclaration decl#