casa
5.7.0-16
|
#include <VLAT.h>
Public Types | |
typedef Ret(VisBuffer::* | Unary )(Arg) |
Public Member Functions | |
VlatFunctor1 (Unary unary, Arg arg, casacore::Int precedence=0) | |
virtual | ~VlatFunctor1 () |
void | operator() (VisBuffer *c) |
virtual VlatFunctor * | clone () |
Public Member Functions inherited from casa::asyncio::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 | |
Unary | f_p |
Arg | arg_p |
Additional Inherited Members | |
Static Public Member Functions inherited from casa::asyncio::VlatFunctor | |
static casacore::Bool | byDecreasingPrecedence (const VlatFunctor *a, const VlatFunctor *b) |
typedef Ret(VisBuffer::* casa::asyncio::VlatFunctor1< Ret, Arg >::Unary)(Arg) |
|
inline |
Definition at line 137 of file VLAT.h.
References casacore::arg(), casa::asyncio::VlatFunctor1< Ret, Arg >::arg_p, casa::asyncio::VlatFunctor1< Ret, Arg >::f_p, and casa::utilj::unary().
Referenced by casa::asyncio::VlatFunctor1< Ret, Arg >::clone().
|
inlinevirtual |
|
inlinevirtual |
Reimplemented from casa::asyncio::VlatFunctor.
Definition at line 141 of file VLAT.h.
References casa::asyncio::VlatFunctor1< Ret, Arg >::VlatFunctor1().
|
inlinevirtual |
Reimplemented from casa::asyncio::VlatFunctor.
Definition at line 140 of file VLAT.h.
References casa::asyncio::VlatFunctor1< Ret, Arg >::arg_p, and casa::asyncio::VlatFunctor1< Ret, Arg >::f_p.
|
private |
Definition at line 146 of file VLAT.h.
Referenced by casa::asyncio::VlatFunctor1< Ret, Arg >::operator()(), and casa::asyncio::VlatFunctor1< Ret, Arg >::VlatFunctor1().
|
private |
Definition at line 145 of file VLAT.h.
Referenced by casa::asyncio::VlatFunctor1< Ret, Arg >::operator()(), and casa::asyncio::VlatFunctor1< Ret, Arg >::VlatFunctor1().