Overview   Project   Class   Tree   Index 
CEF3 C++ API Docs - Version 80.1.4+g8927396+chromium-80.0.3987.149
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD

cef.logging
(cef.logging globals)

   in cef_logging.h

(cef.logging globals)


Method Summary
 inline std::string* CheckEQImpl( int v1, int v2, const char* names )
          
 template< class t1, class t2 > inline std::string* CheckEQImpl( const t1& v1, const t2& v2, const char* names )
          
 inline std::string* CheckGEImpl( int v1, int v2, const char* names )
          
 template< class t1, class t2 > inline std::string* CheckGEImpl( const t1& v1, const t2& v2, const char* names )
          
 template< class t1, class t2 > inline std::string* CheckGTImpl( const t1& v1, const t2& v2, const char* names )
          
 inline std::string* CheckGTImpl( int v1, int v2, const char* names )
          
 template< class t1, class t2 > inline std::string* CheckLEImpl( const t1& v1, const t2& v2, const char* names )
          
 inline std::string* CheckLEImpl( int v1, int v2, const char* names )
          
 template< class t1, class t2 > inline std::string* CheckLTImpl( const t1& v1, const t2& v2, const char* names )
          
 inline std::string* CheckLTImpl( int v1, int v2, const char* names )
          
 inline std::string* CheckNEImpl( int v1, int v2, const char* names )
          
 template< class t1, class t2 > inline std::string* CheckNEImpl( const t1& v1, const t2& v2, const char* names )
          
 SystemErrorCode GetLastSystemErrorCode()
          
 inline int GetMinLogLevel()
          
 template< size_t N > int GetVlogLevel( const char(& file )[ N] )
          
 inline void LogAtLevel( int const log_level, std::string const& msg )
          
 template< class t1, class t2 > std::string* MakeCheckOpString( const t1& v1, const t2& v2, const char* names )
          
 std::string SystemErrorCodeToString( SystemErrorCode error_code )
          
 

Method Detail

CheckEQImpl

 inline std::string* CheckEQImpl( int v1, int v2, const char* names );

CheckEQImpl

 template< class t1, class t2 > inline std::string* CheckEQImpl( const t1& v1, const t2& v2, const char* names );

CheckGEImpl

 inline std::string* CheckGEImpl( int v1, int v2, const char* names );

CheckGEImpl

 template< class t1, class t2 > inline std::string* CheckGEImpl( const t1& v1, const t2& v2, const char* names );

CheckGTImpl

 template< class t1, class t2 > inline std::string* CheckGTImpl( const t1& v1, const t2& v2, const char* names );

CheckGTImpl

 inline std::string* CheckGTImpl( int v1, int v2, const char* names );

CheckLEImpl

 template< class t1, class t2 > inline std::string* CheckLEImpl( const t1& v1, const t2& v2, const char* names );

CheckLEImpl

 inline std::string* CheckLEImpl( int v1, int v2, const char* names );

CheckLTImpl

 template< class t1, class t2 > inline std::string* CheckLTImpl( const t1& v1, const t2& v2, const char* names );

CheckLTImpl

 inline std::string* CheckLTImpl( int v1, int v2, const char* names );

CheckNEImpl

 inline std::string* CheckNEImpl( int v1, int v2, const char* names );

CheckNEImpl

 template< class t1, class t2 > inline std::string* CheckNEImpl( const t1& v1, const t2& v2, const char* names );

GetLastSystemErrorCode

 SystemErrorCode GetLastSystemErrorCode();

GetMinLogLevel

 inline int GetMinLogLevel();

GetVlogLevel

 template< size_t N > int GetVlogLevel( const char(& file )[ N] );

LogAtLevel

 inline void LogAtLevel( int const log_level, std::string const& msg );

MakeCheckOpString

 template< class t1, class t2 > std::string* MakeCheckOpString( const t1& v1, const t2& v2, const char* names );

SystemErrorCodeToString

 std::string SystemErrorCodeToString( SystemErrorCode error_code );

 Overview   Project   Class   Tree   Index 
CEF3 C++ API Docs - Version 80.1.4+g8927396+chromium-80.0.3987.149
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD

Chromium Embedded Framework (CEF) Copyright © 2016 Marshall A. Greenblatt