cpp-mate
0.7
Helpful library for C++.
|
Represents provider. More...
#include <Forge.hpp>
Public Member Functions | |
Provider (const T &info) | |
Constructor. More... | |
virtual | ~Provider ()=default |
virtual T | getInfo () const |
Returns information about provider. More... | |
Protected Attributes | |
T | _info |
Information field. More... | |
Represents provider.
|
inlineexplicit |
Constructor.
info | information about provider. |
|
virtualdefault |
Destructor.
|
inlinevirtual |
Returns information about provider.
|
protected |
Information field.