handling of NML (news markup language for Journaline) data
Module: Journaline(R)
Copyright: (C) 2003-2004 by Fraunhofer IIS-A, IT-Services, Erlangen
Compiler: gcc version 3.3 20030226 (prerelease) Microsoft Visual C++ .NET
#include "NML.h"
#include "Splitter.h"
#include "zlib.h"
#include "cpplog.h"
Functions | |
int | Inflate (unsigned char *dest, unsigned long *destLen, const unsigned char *source, unsigned long sourceLen) |
for decompressing deflated (RFC1951) data | |
std::string | DumpRaw (const NML::RawNewsObject_t &rno) |
dump raw NML object | |
bool | operator== (const NML::Item_t &lhs, const NML::Item_t &rhs) |
comparison operator for NML menu/list items | |
std::string | HexDump (const char *p, unsigned int len, unsigned int bytes_per_line) |
hexadecimal dump of field of unsigned chars | |
std::string | HexDump (const unsigned char *p, unsigned int len, unsigned int bytes_per_line) |
hexadecimal dump of field of unsigned chars |
|
dump raw NML object
|
|
hexadecimal dump of field of unsigned chars
|
|
hexadecimal dump of field of unsigned chars
|
|
for decompressing deflated (RFC1951) data
|
|
comparison operator for NML menu/list items
|