Public Types | Public Member Functions | Private Attributes | List of all members
ForwardConstFunc1Arg< Arg1 > Class Template Reference

1-argument const forwarding function class More...

Inheritance diagram for ForwardConstFunc1Arg< Arg1 >:
Inheritance graph
[legend]

Public Types

typedef bool(XsDevice::* FuncType) (Arg1) const
 

Public Member Functions

virtual bool call (XsDevice *device)
 
 ForwardConstFunc1Arg (BroadcastDevice *bc, FuncType func, Arg1 arg1)
 
- Public Member Functions inherited from BroadcastForwardFunc
 BroadcastForwardFunc (BroadcastDevice *bc)
 
bool operator() ()
 
virtual ~BroadcastForwardFunc ()
 

Private Attributes

Arg1 m_arg1
 
FuncType m_func
 

Additional Inherited Members

- Public Attributes inherited from BroadcastForwardFunc
BroadcastDevice *const m_broadcaster
 

Detailed Description

template<typename Arg1>
class ForwardConstFunc1Arg< Arg1 >

1-argument const forwarding function class

Definition at line 132 of file broadcastdevice.cpp.

Member Typedef Documentation

◆ FuncType

template<typename Arg1 >
typedef bool(XsDevice::* ForwardConstFunc1Arg< Arg1 >::FuncType) (Arg1) const

Definition at line 135 of file broadcastdevice.cpp.

Constructor & Destructor Documentation

◆ ForwardConstFunc1Arg()

template<typename Arg1 >
ForwardConstFunc1Arg< Arg1 >::ForwardConstFunc1Arg ( BroadcastDevice bc,
FuncType  func,
Arg1  arg1 
)
inline

Definition at line 136 of file broadcastdevice.cpp.

Member Function Documentation

◆ call()

template<typename Arg1 >
virtual bool ForwardConstFunc1Arg< Arg1 >::call ( XsDevice device)
inlinevirtual

Implements BroadcastForwardFunc.

Definition at line 138 of file broadcastdevice.cpp.

Member Data Documentation

◆ m_arg1

template<typename Arg1 >
Arg1 ForwardConstFunc1Arg< Arg1 >::m_arg1
private

Definition at line 144 of file broadcastdevice.cpp.

◆ m_func

template<typename Arg1 >
FuncType ForwardConstFunc1Arg< Arg1 >::m_func
private

Definition at line 143 of file broadcastdevice.cpp.


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


xsens_mti_driver
Author(s):
autogenerated on Sun Sep 3 2023 02:43:21