#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 |
Definition at line 34 of file LogField.h.
| LogSlice::LogSlice | ( | ) | [inline] |
Definition at line 40 of file LogField.h.
| LogSlice::LogSlice | ( | char * | str | ) |
| 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().
| bool LogSlice::m_enable |
Definition at line 36 of file LogField.h.
Referenced by LogSlice(), LogFormat::parse_symbol_string(), and LogAccess::unmarshal_str().
| int LogSlice::m_end |
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().
1.7.1