DGtal 2.1.0
Loading...
Searching...
No Matches
AliasToConstRefMember Struct Reference

Public Member Functions

 AliasToConstRefMember (Alias< DummyTbl > a1)
 
int value () const
 

Data Fields

const DummyTblmyDummyTbl
 

Detailed Description

Definition at line 282 of file testClone2.cpp.

Constructor & Destructor Documentation

◆ AliasToConstRefMember()

AliasToConstRefMember::AliasToConstRefMember ( Alias< DummyTbl a1)
inline

Definition at line 283 of file testClone2.cpp.

283: myDummyTbl( a1 ) {}
const DummyTbl & myDummyTbl

Member Function Documentation

◆ value()

int AliasToConstRefMember::value ( ) const
inline

Definition at line 284 of file testClone2.cpp.

284{ return myDummyTbl.value(); }
int value() const

References myDummyTbl, and DummyTbl::value().

Field Documentation

◆ myDummyTbl

const DummyTbl& AliasToConstRefMember::myDummyTbl

Definition at line 285 of file testClone2.cpp.

Referenced by value().


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