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

Public Member Functions

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

Data Fields

CountedConstPtrOrConstPtr< DummyTblmyDummyTbl
 

Detailed Description

Definition at line 300 of file testClone2.cpp.

Constructor & Destructor Documentation

◆ ConstAliasToCountedConstPtrOrConstPtrMember()

ConstAliasToCountedConstPtrOrConstPtrMember::ConstAliasToCountedConstPtrOrConstPtrMember ( ConstAlias< DummyTbl a1)
inline

Definition at line 301 of file testClone2.cpp.

301: myDummyTbl( a1 ) {}
CountedConstPtrOrConstPtr< DummyTbl > myDummyTbl

Member Function Documentation

◆ value()

int ConstAliasToCountedConstPtrOrConstPtrMember::value ( ) const
inline

Definition at line 302 of file testClone2.cpp.

302{ return myDummyTbl->value(); }
int value() const

References myDummyTbl, and DummyTbl::value().

Referenced by testConstAliasCases().

Field Documentation

◆ myDummyTbl

CountedConstPtrOrConstPtr<DummyTbl> ConstAliasToCountedConstPtrOrConstPtrMember::myDummyTbl

Definition at line 303 of file testClone2.cpp.

Referenced by value().


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