DGtal 2.0.0
Loading...
Searching...
No Matches
ConstAliasToConstPtrMember Struct Reference

Public Member Functions

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

Data Fields

const DummyTblmyDummyTbl

Detailed Description

Definition at line 294 of file testClone2.cpp.

Constructor & Destructor Documentation

◆ ConstAliasToConstPtrMember()

ConstAliasToConstPtrMember::ConstAliasToConstPtrMember ( ConstAlias< DummyTbl > a1)
inline

Definition at line 295 of file testClone2.cpp.

295: myDummyTbl( &a1 ) {}
const DummyTbl * myDummyTbl

References myDummyTbl.

Member Function Documentation

◆ value()

int ConstAliasToConstPtrMember::value ( ) const
inline

Definition at line 296 of file testClone2.cpp.

296{ return myDummyTbl->value(); }

References myDummyTbl.

Referenced by testConstAliasCases().

Field Documentation

◆ myDummyTbl

const DummyTbl* ConstAliasToConstPtrMember::myDummyTbl

Definition at line 297 of file testClone2.cpp.

Referenced by ConstAliasToConstPtrMember(), and value().


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