Defines | Functions | Variables

Bibliography.cpp File Reference

#include "Bibliography.h"
#include "../tinyxml/xpath_static.h"
#include "../common/bserialize.h"
#include "../common/ddcString.h"
Include dependency graph for Bibliography.cpp:

Defines

Functions

Variables


Define Documentation

#define _MAKEWORD (   a,
  b 
)    ((WORD)(((BYTE)((a) & 0xff)) | ((WORD)((BYTE)((b) & 0xff))) << 8))
#define _MAKELONG (   a,
  b 
)    ((long)(((WORD)((a) & 0xffff)) | ((DWORD)((WORD)((b) & 0xffff))) << 16))

Function Documentation

string& DeleteEoln ( string &  s  ) 

Referenced by ReadXmlField().

Here is the caller graph for this function:

bool CheckXPath ( string  XPath,
string &  ErrStr 
)

Referenced by CConcXml::RegisterFreeBiblAttributes(), and CConcXml::RegisterTextAreas().

Here is the caller graph for this function:

string ReadXmlField ( const TiXmlDocument pDoc,
string  XPath 
)

Variable Documentation

const char IntegerTypeStr[] = "integer"
const char StringTypeStr[] = "string"
const size_t MaxBiblStringLen = 20000