|
virtual std::string | version () const override |
|
virtual std::string | gitsha1 (unsigned int count) const override |
|
std::string | gitsha1 () const |
|
void | initialise (int argc, char **argv) |
|
void | initialise (const eckit::Parametrisation &) |
|
void | initialise () |
|
void | finalise () |
|
Information | information () const |
|
virtual eckit::Channel & | infoChannel () const |
|
virtual eckit::Channel & | warningChannel () const |
|
virtual eckit::Channel & | traceChannel () const |
|
virtual eckit::Channel & | debugChannel () const override |
|
bool | trace () const |
|
virtual bool | debug () const override |
|
bool | traceBarriers () const |
|
bool | traceMemory () const |
|
void | registerPlugin (eckit::system::Plugin &) |
|
void | deregisterPlugin (eckit::system::Plugin &) |
|
const std::vector< eckit::system::Plugin * > & | plugins () |
|
std::string | cachePath () const |
|
std::string | dataPath () const |
|
void | registerDataPath (const std::string &) |
|
|
virtual const void * | addr () const override |
|
|
bool | debug_ {false} |
|
bool | info_ {true} |
|
bool | warning_ {true} |
|
bool | trace_ {false} |
|
bool | trace_memory_ {false} |
|
bool | trace_barriers_ {false} |
|
bool | trace_report_ {false} |
|
std::unique_ptr< eckit::Channel > | info_channel_ |
|
std::unique_ptr< eckit::Channel > | warning_channel_ |
|
std::unique_ptr< eckit::Channel > | trace_channel_ |
|
std::unique_ptr< eckit::Channel > | debug_channel_ |
|
The documentation for this class was generated from the following files:
- src/atlas/library/Library.h
- src/atlas/library/Library.cc