#include <RegistryItemTypeDef.h>
Public Member Functions | |
RgAlg () | |
RgAlg (string n, string c) | |
~RgAlg () | |
RgAlg & | operator= (const RgAlg &alg) |
Public Attributes | |
string | name |
string | config |
Friends | |
ostream & | operator<< (ostream &stream, const RgAlg &alg) |
Definition at line 43 of file RegistryItemTypeDef.h.
RgAlg::RgAlg | ( | ) |
Definition at line 16 of file RegistryItemTypeDef.cxx.
Definition at line 21 of file RegistryItemTypeDef.cxx.
RgAlg::~RgAlg | ( | ) |
Definition at line 28 of file RegistryItemTypeDef.cxx.
Definition at line 39 of file RegistryItemTypeDef.cxx.
|
friend |
Definition at line 33 of file RegistryItemTypeDef.cxx.
string RgAlg::config |
Definition at line 51 of file RegistryItemTypeDef.h.
string RgAlg::name |
Definition at line 50 of file RegistryItemTypeDef.h.