Fabcoin Core  0.16.2
P2P Digital Currency
Protected Member Functions | Private Attributes | Static Private Attributes | List of all members
dev::LogOverrideAux Class Reference

#include <Log.h>

Inheritance diagram for dev::LogOverrideAux:
[legend]

Protected Member Functions

 LogOverrideAux (std::type_info const *_ch, bool _value)
 
 ~LogOverrideAux ()
 

Private Attributes

std::type_info const * m_ch
 
int m_old
 

Static Private Attributes

static const int c_null = -1
 

Detailed Description

Definition at line 56 of file Log.h.

Constructor & Destructor Documentation

LogOverrideAux::LogOverrideAux ( std::type_info const *  _ch,
bool  _value 
)
protected

Definition at line 53 of file Log.cpp.

LogOverrideAux::~LogOverrideAux ( )
protected

Definition at line 61 of file Log.cpp.

Here is the call graph for this function:

Member Data Documentation

const int dev::LogOverrideAux::c_null = -1
staticprivate

Definition at line 64 of file Log.h.

std::type_info const* dev::LogOverrideAux::m_ch
private

Definition at line 63 of file Log.h.

int dev::LogOverrideAux::m_old
private

Definition at line 65 of file Log.h.


The documentation for this class was generated from the following files: