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

Public Member Functions

 ConstAliasToConstRefMember (ConstAlias< DummyTbl > a1)
 
int value () const
 

Data Fields

const DummyTblmyDummyTbl
 

Detailed Description

Definition at line 288 of file testClone2.cpp.

Constructor & Destructor Documentation

◆ ConstAliasToConstRefMember()

ConstAliasToConstRefMember::ConstAliasToConstRefMember ( ConstAlias< DummyTbl a1)
inline

Definition at line 289 of file testClone2.cpp.

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

Member Function Documentation

◆ value()

int ConstAliasToConstRefMember::value ( ) const
inline

Definition at line 290 of file testClone2.cpp.

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

References myDummyTbl, and DummyTbl::value().

Referenced by testConstAliasCases().

Field Documentation

◆ myDummyTbl

const DummyTbl& ConstAliasToConstRefMember::myDummyTbl

Definition at line 291 of file testClone2.cpp.

Referenced by value().


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