DGtal 2.0.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

References myDummyTbl.

Member Function Documentation

◆ value()

int AliasToConstRefMember::value ( ) const
inline

Definition at line 284 of file testClone2.cpp.

284{ return myDummyTbl.value(); }

References myDummyTbl.

Field Documentation

◆ myDummyTbl

const DummyTbl& AliasToConstRefMember::myDummyTbl

Definition at line 285 of file testClone2.cpp.

Referenced by AliasToConstRefMember(), and value().


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