Electroneum
el::base::type Namespace Reference

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::StorageStoragePointer
 
typedef std::shared_ptr< LogDispatchCallbackLogDispatchCallbackPtr
 
typedef std::shared_ptr< PerformanceTrackingCallbackPerformanceTrackingCallbackPtr
 
typedef std::shared_ptr< LoggerRegistrationCallbackLoggerRegistrationCallbackPtr
 
typedef std::unique_ptr< el::base::PerformanceTracker > PerformanceTrackerPtr
 

Detailed Description

Data types used by Easylogging++.

Typedef Documentation

◆ char_t

typedef char el::base::type::char_t

Definition at line 540 of file easylogging++.h.

◆ EnumType

typedef unsigned int el::base::type::EnumType

Definition at line 551 of file easylogging++.h.

◆ fstream_t

typedef std::fstream el::base::type::fstream_t

Definition at line 543 of file easylogging++.h.

◆ LineNumber

typedef unsigned long int el::base::type::LineNumber

Definition at line 553 of file easylogging++.h.

◆ LogDispatchCallbackPtr

Definition at line 555 of file easylogging++.h.

◆ LoggerRegistrationCallbackPtr

◆ ostream_t

typedef std::ostream el::base::type::ostream_t

Definition at line 544 of file easylogging++.h.

◆ PerformanceTrackerPtr

typedef std::unique_ptr<el::base::PerformanceTracker> el::base::type::PerformanceTrackerPtr

Definition at line 558 of file easylogging++.h.

◆ PerformanceTrackingCallbackPtr

◆ StoragePointer

Definition at line 554 of file easylogging++.h.

◆ string_t

typedef std::string el::base::type::string_t

Definition at line 541 of file easylogging++.h.

◆ stringstream_t

typedef std::stringstream el::base::type::stringstream_t

Definition at line 542 of file easylogging++.h.

◆ VerboseLevel

typedef unsigned short el::base::type::VerboseLevel

Definition at line 552 of file easylogging++.h.