BaseView

class BaseView

Subclassed by tsa::ARMAView, tsa::LatticeView, tsa::SeqView< T >, tsa::TFView< T >

Public Functions

BaseView(const std::string &aName = std::string())

Constructor

BaseView(const BaseView &from)

Copy constructor

Parameters
  • from: The instance that must be copied

~BaseView()

Destructor

BaseView &operator=(const BaseView &from)

Assignement operator

Return

a reference to a new object

Parameters
  • from: The instance to be assigned from