MOOS 0.2375
|
#include <MOOSMemoryMapped.h>
Public Member Functions | |
TextLineInfo () | |
TextLineInfo (char *pStart, char *pEnd) | |
char * | Start () |
char * | End () |
bool | IsWanted () |
Public Attributes | |
char * | pLineStart |
char * | pLineEnd |
simple structure to hold text line info
Definition at line 227 of file MOOSMemoryMapped.h.
TextLineInfo::TextLineInfo | ( | ) | [inline] |
Definition at line 229 of file MOOSMemoryMapped.h.
TextLineInfo::TextLineInfo | ( | char * | pStart, |
char * | pEnd | ||
) | [inline] |
Definition at line 230 of file MOOSMemoryMapped.h.
char* TextLineInfo::End | ( | ) | [inline] |
Definition at line 236 of file MOOSMemoryMapped.h.
bool TextLineInfo::IsWanted | ( | ) | [inline] |
Reimplemented in ALogLineInfo.
Definition at line 237 of file MOOSMemoryMapped.h.
char* TextLineInfo::Start | ( | ) | [inline] |
Definition at line 235 of file MOOSMemoryMapped.h.
char* TextLineInfo::pLineEnd |
Definition at line 240 of file MOOSMemoryMapped.h.
char* TextLineInfo::pLineStart |
Definition at line 237 of file MOOSMemoryMapped.h.