casa  5.7.0-16
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Private Attributes | List of all members
vi::VlatFunctor1< Ret, Arg > Class Template Reference

#include <VLAT2.h>

Inheritance diagram for vi::VlatFunctor1< Ret, Arg >:
vi::VlatFunctor

Public Member Functions

 VlatFunctor1 (casacore::Unary unary, Arg arg, casacore::Int precedence=0)
 
virtual ~VlatFunctor1 ()
 
void operator() (VisBuffer *c)
 
virtual VlatFunctorclone ()
 
- Public Member Functions inherited from vi::VlatFunctor
 VlatFunctor (const casacore::String &name, casacore::Int precedence=0)
 
 VlatFunctor (casacore::Int precedence=0)
 
virtual ~VlatFunctor ()
 
VisBufferComponents::EnumType getId () const
 
void setId (VisBufferComponents::EnumType id)
 
void setPrecedence (casacore::Int precedence)
 

Private Attributes

casacore::Unary f_p
 
Arg arg_p
 

Additional Inherited Members

- Static Public Member Functions inherited from vi::VlatFunctor
static casacore::Bool byDecreasingPrecedence (const VlatFunctor *a, const VlatFunctor *b)
 

Detailed Description

template<typename Ret, typename Arg>
class vi::VlatFunctor1< Ret, Arg >

Definition at line 128 of file VLAT2.h.

Constructor & Destructor Documentation

template<typename Ret, typename Arg>
vi::VlatFunctor1< Ret, Arg >::VlatFunctor1 ( casacore::Unary  unary,
Arg  arg,
casacore::Int  precedence = 0 
)
inline
template<typename Ret, typename Arg>
virtual vi::VlatFunctor1< Ret, Arg >::~VlatFunctor1 ( )
inlinevirtual

Definition at line 135 of file VLAT2.h.

Member Function Documentation

template<typename Ret, typename Arg>
virtual VlatFunctor* vi::VlatFunctor1< Ret, Arg >::clone ( )
inlinevirtual

Reimplemented from vi::VlatFunctor.

Definition at line 138 of file VLAT2.h.

References vi::VlatFunctor1< Ret, Arg >::VlatFunctor1().

template<typename Ret, typename Arg>
void vi::VlatFunctor1< Ret, Arg >::operator() ( VisBuffer *  c)
inlinevirtual

Reimplemented from vi::VlatFunctor.

Definition at line 137 of file VLAT2.h.

References vi::VlatFunctor1< Ret, Arg >::arg_p, and vi::VlatFunctor1< Ret, Arg >::f_p.

Member Data Documentation

template<typename Ret, typename Arg>
Arg vi::VlatFunctor1< Ret, Arg >::arg_p
private
template<typename Ret, typename Arg>
casacore::Unary vi::VlatFunctor1< Ret, Arg >::f_p
private

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