Lumiera 0.pre.04~rc.1
»edit your freedom«
Loading...
Searching...
No Matches
ParamAccessor< TY, BASE, TUP, idx > Class Template Reference

#include "steam/control/command-op-closure.hpp"

Description

template<typename TY, class BASE, class TUP, uint idx>
class steam::control::ParamAccessor< TY, BASE, TUP, idx >

Helper for accessing an individual function parameter.

Definition at line 74 of file command-op-closure.hpp.

Public Member Functions

ostream & dump (ostream &output) const
 

Private Member Functions

TYelement ()
 
TY constelement () const
 

Member Function Documentation

◆ element() [1/2]

template<typename TY , class BASE , class TUP , uint idx>
TY & element ( )
inlineprivate

Definition at line 77 of file command-op-closure.hpp.

Referenced by ParamAccessor< TY, BASE, TUP, idx >::dump().

+ Here is the caller graph for this function:

◆ element() [2/2]

template<typename TY , class BASE , class TUP , uint idx>
TY const & element ( ) const
inlineprivate

Definition at line 78 of file command-op-closure.hpp.

◆ dump()

template<typename TY , class BASE , class TUP , uint idx>
ostream & dump ( ostream &  output) const
inline

Definition at line 89 of file command-op-closure.hpp.

References ParamAccessor< TY, BASE, TUP, idx >::element().

+ Here is the call graph for this function:
+ Inheritance diagram for ParamAccessor< TY, BASE, TUP, idx >:
+ Collaboration diagram for ParamAccessor< TY, BASE, TUP, idx >:

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