BaseView

class BaseView

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

Setters

inline void SetName(const std::string &aName)

Getters

inline std::string GetName()

Public Functions

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

Constructor

inline BaseView(const BaseView &from)

Copy constructor

Parameters:

from – The instance that must be copied

inline ~BaseView()

Destructor

inline BaseView &operator=(const BaseView &from)

Assignement operator

Parameters:

from – The instance to be assigned from

Returns:

a reference to a new object

Friends

friend class AlgoBase