hydrogen 1.2.6
TransportPosition.cpp File Reference

Go to the source code of this file.

Namespaces

namespace  H2Core
 

Macros

#define TP_DEBUGLOG(x)
 
#define TRANSPORT_POSITION_DEBUG   0
 

Functions

bool operator!= (std::shared_ptr< TransportPosition > pLhs, std::shared_ptr< TransportPosition > pRhs)
 
bool operator== (std::shared_ptr< TransportPosition > pLhs, std::shared_ptr< TransportPosition > pRhs)
 

Macro Definition Documentation

◆ TP_DEBUGLOG

#define TP_DEBUGLOG ( x)
Value:
if ( __logger->should_log( Logger::Debug ) ) { \
__logger->log( Logger::Debug, _class_name(), __FUNCTION__, \
QString( "%1" ).arg( x ), "\033[33;1m" ); }

Definition at line 35 of file TransportPosition.cpp.

◆ TRANSPORT_POSITION_DEBUG

#define TRANSPORT_POSITION_DEBUG   0

Definition at line 33 of file TransportPosition.cpp.