ddc
Functions | Variables
TempArticle.cpp File Reference
#include "StdRoss.h"
#include "StructDictConsts.h"
#include "TempArticle.h"
#include "../CommonLib/util_classes.h"
Include dependency graph for TempArticle.cpp:

Functions

void DeleteEmptyLines (string &s)
 
string GetLine (string s, size_t LineNo)
 
bool ProcessBracketLeafId (string &FldName, BYTE &BracketLeafId)
 
bool SplitFldName (string &FldName, BYTE &LeafId, BYTE &BracketLeafId)
 
bool IsPartOf (const vector< TCortege10 > &L1, const vector< TCortege10 > &L2, bool UseWildCards, int EmptyDomItemNo, BYTE MaxNumDom)
 
bool AreEqual (const vector< TCortege10 > &L1, const vector< TCortege10 > &L2, int MaxNumDom)
 

Variables

const size_t MaxOfTheFirstPart = 200
 

Function Documentation

◆ DeleteEmptyLines()

void DeleteEmptyLines ( string &  s)

Referenced by CTempArticle::SetArticleStr().

Here is the caller graph for this function:

◆ GetLine()

string GetLine ( string  s,
size_t  LineNo 
)

◆ ProcessBracketLeafId()

bool ProcessBracketLeafId ( string &  FldName,
BYTE BracketLeafId 
)
inline

References ErrUChar.

Referenced by SplitFldName().

Here is the caller graph for this function:

◆ SplitFldName()

bool SplitFldName ( string &  FldName,
BYTE LeafId,
BYTE BracketLeafId 
)
inline

References ErrUChar, and ProcessBracketLeafId().

Referenced by CTempArticle::MarkUp().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ IsPartOf()

bool IsPartOf ( const vector< TCortege10 > &  L1,
const vector< TCortege10 > &  L2,
bool  UseWildCards,
int  EmptyDomItemNo,
BYTE  MaxNumDom 
)
inline

◆ AreEqual()

bool AreEqual ( const vector< TCortege10 > &  L1,
const vector< TCortege10 > &  L2,
int  MaxNumDom 
)
inline

References CTempArticle::IsPartOf().

Here is the call graph for this function:

Variable Documentation

◆ MaxOfTheFirstPart

const size_t MaxOfTheFirstPart = 200