1 #ifndef CARMA_UTIL_SCOPED_LOG_NDC_H
2 #define CARMA_UTIL_SCOPED_LOG_NDC_H
14 explicit ScopedLogNdc(
const char * s );
16 explicit ScopedLogNdc( const ::std::string & s );
18 ScopedLogNdc(
const char * s,
20 const char * suffix );
22 ScopedLogNdc( const ::std::string & s,
23 const ::std::string & prefix,
24 const ::std::string & suffix );
30 ScopedLogNdc(
const ScopedLogNdc & rhs );
31 ScopedLogNdc & operator=(
const ScopedLogNdc & rhs );