Classes | Functions

Ross.cpp File Reference

#include "StdRoss.h"
#include <stdio.h>
#include "../common/bserialize.h"
#include "Ross.h"
#include "../common/util_classes.h"
#include "LessDomItem.h"
#include "TempArticle.h"
Include dependency graph for Ross.cpp:

Classes

Functions


Function Documentation

size_t get_size_in_bytes ( const CStructEntry t  )  [inline]
size_t save_to_bytes ( const CStructEntry i,
BYTE buf 
) [inline]
size_t restore_from_bytes ( CStructEntry i,
const BYTE buf 
) [inline]
static void EstablishOneToOneCorrespondenceBetweenEntriesAndComments ( TRoss R  )  [static]

References TRoss::InsertUnitComment(), TRoss::m_UnitComments, and TRoss::m_Units.

Referenced by TRoss::ReadUnitComments().

Here is the call graph for this function:

Here is the caller graph for this function:

size_t get_size_in_bytes ( const tm &  t  )  [inline]

References get_size_in_bytes().

Here is the call graph for this function:

size_t save_to_bytes ( const tm &  i,
BYTE buf 
) [inline]

References get_size_in_bytes(), and save_to_bytes().

Here is the call graph for this function:

size_t restore_from_bytes ( tm &  i,
const BYTE buf 
) [inline]

References get_size_in_bytes(), and restore_from_bytes().

Here is the call graph for this function:

size_t get_size_in_bytes ( const TUnitComment t  )  [inline]

References AuthorNameSize, get_size_in_bytes(), TUnitComment::m_EntryId, TUnitComment::modif_tm, and UnitCommentSize.

Here is the call graph for this function:

size_t save_to_bytes ( const TUnitComment i,
BYTE buf 
) [inline]
size_t restore_from_bytes ( TUnitComment i,
const BYTE buf 
) [inline]
bool IsTitle ( const char *  s  )  [inline]

Referenced by TRoss::InsertDomItem().

Here is the caller graph for this function:

tm Str2Tm ( string  TimeStr  ) 

Referenced by TRoss::SetUnitModifTimeStr().

Here is the caller graph for this function:

bool IsRubicon ( const string &  S  ) 

Referenced by FindRubicon(), and NumArt().

Here is the caller graph for this function:

bool FindRubicon ( vector< CSourceLine > &  L,
size_t &  pos 
)

References IsRubicon().

Referenced by CDictionary::ImportFromText().

Here is the call graph for this function:

Here is the caller graph for this function:

void DeleteEmptyLines ( vector< CSourceLine > &  L  ) 

References Trim().

Referenced by CDictionary::ImportFromText(), and CTempArticle::SetArticleStr().

Here is the call graph for this function:

Here is the caller graph for this function:

int NumArt ( vector< CSourceLine > &  L  ) 

References IsRubicon().

Referenced by CDictionary::ImportFromText().

Here is the call graph for this function:

Here is the caller graph for this function:

bool GetValue ( string  Pair,
string  FldName,
string &  Value 
)

References Trim().

Referenced by CDictionary::ProcessOneArticle().

Here is the call graph for this function:

Here is the caller graph for this function:

void CutComments ( vector< CSourceLine > &  L  ) 

Referenced by CDictionary::ImportFromText().

Here is the caller graph for this function:

void AddMessage ( string  Message,
int  LineNo,
string &  Messages 
)

References Format(), and Trim().

Referenced by CDictionary::ProcessOneArticle().

Here is the call graph for this function:

Here is the caller graph for this function: