Public Member Functions | Public Attributes | Static Public Attributes | List of all members
svc::ProviderC Struct Reference

A service provider class. More...

Public Member Functions

 ProviderC ()
 
 operator std::string () const
 
 ProviderC ()
 
 operator std::string () const
 
 ProviderC ()
 
 operator std::string () const
 

Public Attributes

unsigned int count
 

Static Public Attributes

static unsigned int max_count = 0
 

Detailed Description

A service provider class.

Definition at line 68 of file ProviderPack_test.cc.

Constructor & Destructor Documentation

svc::ProviderC::ProviderC ( )
inline

Definition at line 70 of file ProviderPack_test.cc.

70 : count(max_count++) {}
unsigned int count
static unsigned int max_count
svc::ProviderC::ProviderC ( )
inline

Definition at line 85 of file ProviderPack_test.cc.

85 : count(max_count++) {}
unsigned int count
static unsigned int max_count
svc::ProviderC::ProviderC ( )
inline

Definition at line 69 of file ProviderPack_test.cc.

69 : count(max_count++) {}
unsigned int count
static unsigned int max_count

Member Function Documentation

svc::ProviderC::operator std::string ( ) const
inline

Definition at line 71 of file ProviderPack_test.cc.

72  { return "ProviderC[" + std::to_string(count) + "]"; }
unsigned int count
std::string to_string(ModuleType const mt)
Definition: ModuleType.h:34
svc::ProviderC::operator std::string ( ) const
inline

Definition at line 72 of file ProviderPack_test.cc.

73  { return "ProviderC[" + std::to_string(count) + "]"; }
unsigned int count
std::string to_string(ModuleType const mt)
Definition: ModuleType.h:34
svc::ProviderC::operator std::string ( ) const
inline

Definition at line 87 of file ProviderPack_test.cc.

88  { return "ProviderC[" + std::to_string(count) + "]"; }
unsigned int count
std::string to_string(ModuleType const mt)
Definition: ModuleType.h:34

Member Data Documentation

unsigned int svc::ProviderC::count

Definition at line 75 of file ProviderPack_test.cc.

unsigned int svc::ProviderC::max_count = 0
static

Definition at line 77 of file ProviderPack_test.cc.


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