Gray C++ Libraries  0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
GraySSL::cSSLDebugFunc Class Reference

#include <cSSLDebug.h>

Public Member Functions

 cSSLDebugFunc (LOGLEV_TYPE level, const cDebugSourceLine &src, const char *pszFuncName)
 
 ~cSSLDebugFunc ()
 

Public Attributes

LOGLEV_TYPE m_level
 
const cDebugSourceLinem_src
 
const char * m_pszFuncName
 

Detailed Description

Stack based tracking of a function/method

Constructor & Destructor Documentation

◆ cSSLDebugFunc()

GraySSL::cSSLDebugFunc::cSSLDebugFunc ( LOGLEV_TYPE  level,
const cDebugSourceLine src,
const char *  pszFuncName 
)
inline

◆ ~cSSLDebugFunc()

GraySSL::cSSLDebugFunc::~cSSLDebugFunc ( )
inline

Member Data Documentation

◆ m_level

LOGLEV_TYPE GraySSL::cSSLDebugFunc::m_level

◆ m_pszFuncName

const char* GraySSL::cSSLDebugFunc::m_pszFuncName

◆ m_src

const cDebugSourceLine& GraySSL::cSSLDebugFunc::m_src

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