DGtal 2.1.0
Loading...
Searching...
No Matches
B< TC > Class Template Reference
Inheritance diagram for B< TC >:
[legend]

Public Types

typedef A< TC, int > Super
 
typedef Super::C C
 
- Public Types inherited from A< TC, int >
typedef TC C
 

Public Member Functions

 B (const C &c)
 
- Public Member Functions inherited from A< TC, int >
 A (int _a)
 
 A (const A &other)
 
 A (int _a)
 
 A (const A &other)
 
 A (int _a)
 
 A (const A &other)
 
 A (const C &c)
 
Aoperator= (const A &other)
 
Aoperator= (const A &other)
 
Aoperator= (const A &other)
 
 ~A ()
 
 ~A ()
 
 ~A ()
 

Additional Inherited Members

- Data Fields inherited from A< TC, int >
int a
 
- Static Public Attributes inherited from A< TC, int >
static int nb
 

Detailed Description

Member Typedef Documentation

◆ C

template<typename TC >
typedef Super::C B< TC >::C

Definition at line 66 of file testPartialTemplateSpecialization.cpp.

◆ Super

template<typename TC >
typedef A< TC, int > B< TC >::Super

Definition at line 65 of file testPartialTemplateSpecialization.cpp.

Constructor & Destructor Documentation

◆ B()

template<typename TC >
B< TC >::B ( const C c)
inline

Definition at line 73 of file testPartialTemplateSpecialization.cpp.

73 : Super(c)
74{
75 std::cout << "Specialized" << std::endl;
76}

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