Lumiera 0.pre.04
»edit your freedom«
Loading...
Searching...
No Matches
Tracker< TY > Struct Template Reference

Description

template<typename TY>
struct steam::control::test::anonymous_namespace{command-argument-test.cpp}::Tracker< TY >

watching the instance creation of some parameter values

Definition at line 68 of file command-argument-test.cpp.

Static Public Attributes

static int instanceCnt
 

Public Attributes

TY element_
 

Public Member Functions

 Tracker (TY init=TY())
 
 Tracker (Tracker const &otr)
 
 ~Tracker ()
 
Trackeroperator= (Tracker const &)=default
 
TYoperator* ()
 
 operator string () const
 

Friends

bool operator== (Tracker const &tra1, Tracker const &tra2)
 

Constructor & Destructor Documentation

◆ Tracker() [1/2]

template<typename TY >
Tracker ( TY  init = TY())
inline

Definition at line 73 of file command-argument-test.cpp.

◆ Tracker() [2/2]

template<typename TY >
Tracker ( Tracker< TY > const otr)
inline

Definition at line 74 of file command-argument-test.cpp.

◆ ~Tracker()

template<typename TY >
~Tracker ( )
inline

Definition at line 75 of file command-argument-test.cpp.

Member Function Documentation

◆ operator=()

template<typename TY >
Tracker & operator= ( Tracker< TY > const )
default

◆ operator*()

template<typename TY >
TY & operator* ( )
inline

Definition at line 80 of file command-argument-test.cpp.

◆ operator string()

template<typename TY >
operator string ( ) const
inline

Definition at line 85 of file command-argument-test.cpp.

References util::toString().

+ Here is the call graph for this function:

Member Data Documentation

◆ element_

template<typename TY >
TY element_

Definition at line 70 of file command-argument-test.cpp.

◆ instanceCnt

template<typename TY >
int instanceCnt
static

Definition at line 71 of file command-argument-test.cpp.

Friends And Related Symbol Documentation

◆ operator==

template<typename TY >
bool operator== ( Tracker< TY > const tra1,
Tracker< TY > const tra2 
)
friend

Definition at line 89 of file command-argument-test.cpp.

+ Collaboration diagram for Tracker< TY >:

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