Public Member Functions | Private Attributes | List of all members
_START_GOOGLE_NAMESPACE_::MinimalFormatter Class Reference

Public Member Functions

void AppendHexWithPadding (uint64 number, int width)
 
void AppendString (const char *str)
 
void AppendUint64 (uint64 number, unsigned radix)
 
 MinimalFormatter (char *buffer, size_t size)
 
std::size_t num_bytes_written () const
 

Private Attributes

char * buffer_
 
char * cursor_
 
const char *const end_
 

Detailed Description

Definition at line 91 of file signalhandler.cc.

Constructor & Destructor Documentation

◆ MinimalFormatter()

_START_GOOGLE_NAMESPACE_::MinimalFormatter::MinimalFormatter ( char *  buffer,
size_t  size 
)
inline

Definition at line 93 of file signalhandler.cc.

Member Function Documentation

◆ AppendHexWithPadding()

void _START_GOOGLE_NAMESPACE_::MinimalFormatter::AppendHexWithPadding ( uint64  number,
int  width 
)
inline

Definition at line 132 of file signalhandler.cc.

◆ AppendString()

void _START_GOOGLE_NAMESPACE_::MinimalFormatter::AppendString ( const char *  str)
inline

Definition at line 103 of file signalhandler.cc.

◆ AppendUint64()

void _START_GOOGLE_NAMESPACE_::MinimalFormatter::AppendUint64 ( uint64  number,
unsigned  radix 
)
inline

Definition at line 114 of file signalhandler.cc.

◆ num_bytes_written()

std::size_t _START_GOOGLE_NAMESPACE_::MinimalFormatter::num_bytes_written ( ) const
inline

Definition at line 100 of file signalhandler.cc.

Member Data Documentation

◆ buffer_

char* _START_GOOGLE_NAMESPACE_::MinimalFormatter::buffer_
private

Definition at line 146 of file signalhandler.cc.

◆ cursor_

char* _START_GOOGLE_NAMESPACE_::MinimalFormatter::cursor_
private

Definition at line 147 of file signalhandler.cc.

◆ end_

const char* const _START_GOOGLE_NAMESPACE_::MinimalFormatter::end_
private

Definition at line 148 of file signalhandler.cc.


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


libaditof
Author(s):
autogenerated on Wed May 21 2025 02:07:06