Public Member Functions | Data Fields

LogSlice Struct Reference

#include <LogField.h>

Public Member Functions

 LogSlice ()
 LogSlice (char *str)
int toStrOffset (int strlen, int *offset)

Data Fields

bool m_enable
int m_start
int m_end

Detailed Description

Definition at line 34 of file LogField.h.


Constructor & Destructor Documentation

LogSlice::LogSlice (  )  [inline]

Definition at line 40 of file LogField.h.

References m_enable, m_end, and m_start.

LogSlice::LogSlice ( char *  str  ) 

Definition at line 67 of file LogField.cc.

References a, m_enable, m_end, and m_start.


Member Function Documentation

int LogSlice::toStrOffset ( int  strlen,
int *  offset 
)

Definition at line 102 of file LogField.cc.

References m_end, and m_start.

Referenced by LogAccess::unmarshal_str().


Field Documentation

Definition at line 36 of file LogField.h.

Referenced by LogSlice(), LogFormat::parse_symbol_string(), and LogAccess::unmarshal_str().

Definition at line 38 of file LogField.h.

Referenced by LogSlice(), LogFormat::parse_symbol_string(), and toStrOffset().

Definition at line 37 of file LogField.h.

Referenced by LogSlice(), LogFormat::parse_symbol_string(), and toStrOffset().


The documentation for this struct was generated from the following files: