|
Electroneum
|
Data types used by Easylogging++. More...
Typedefs | |
| typedef char | char_t |
| typedef std::string | string_t |
| typedef std::stringstream | stringstream_t |
| typedef std::fstream | fstream_t |
| typedef std::ostream | ostream_t |
| typedef unsigned int | EnumType |
| typedef unsigned short | VerboseLevel |
| typedef unsigned long int | LineNumber |
| typedef base::Storage * | StoragePointer |
| typedef std::shared_ptr< LogDispatchCallback > | LogDispatchCallbackPtr |
| typedef std::shared_ptr< PerformanceTrackingCallback > | PerformanceTrackingCallbackPtr |
| typedef std::shared_ptr< LoggerRegistrationCallback > | LoggerRegistrationCallbackPtr |
| typedef std::unique_ptr< el::base::PerformanceTracker > | PerformanceTrackerPtr |
Data types used by Easylogging++.
| typedef char el::base::type::char_t |
Definition at line 540 of file easylogging++.h.
| typedef unsigned int el::base::type::EnumType |
Definition at line 551 of file easylogging++.h.
| typedef std::fstream el::base::type::fstream_t |
Definition at line 543 of file easylogging++.h.
| typedef unsigned long int el::base::type::LineNumber |
Definition at line 553 of file easylogging++.h.
| typedef std::shared_ptr<LogDispatchCallback> el::base::type::LogDispatchCallbackPtr |
Definition at line 555 of file easylogging++.h.
| typedef std::shared_ptr<LoggerRegistrationCallback> el::base::type::LoggerRegistrationCallbackPtr |
Definition at line 557 of file easylogging++.h.
| typedef std::ostream el::base::type::ostream_t |
Definition at line 544 of file easylogging++.h.
| typedef std::unique_ptr<el::base::PerformanceTracker> el::base::type::PerformanceTrackerPtr |
Definition at line 558 of file easylogging++.h.
| typedef std::shared_ptr<PerformanceTrackingCallback> el::base::type::PerformanceTrackingCallbackPtr |
Definition at line 556 of file easylogging++.h.
Definition at line 554 of file easylogging++.h.
| typedef std::string el::base::type::string_t |
Definition at line 541 of file easylogging++.h.
| typedef std::stringstream el::base::type::stringstream_t |
Definition at line 542 of file easylogging++.h.
| typedef unsigned short el::base::type::VerboseLevel |
Definition at line 552 of file easylogging++.h.