DCL 3.7.4
Loading...
Searching...
No Matches
HtmlGenerator.cpp File Reference
#include <dcl/Config.h>
#include <dcl/Charset.h>
#include <dcl/Files.h>
#include <dcl/IniFile.h>
#include "DocParser.h"
#include "HtmlGenerator.h"

Go to the source code of this file.

Macros

#define FLUSH_PRIOR

Macro Definition Documentation

◆ FLUSH_PRIOR

#define FLUSH_PRIOR
Value:
{ \
if (pStart < pCurrent) \
out.write(pStart, pCurrent - pStart); \
pStart = pCurrent + 1; \
}

Definition at line 109 of file HtmlGenerator.cpp.

109#define FLUSH_PRIOR \
110 { \
111 if (pStart < pCurrent) \
112 out.write(pStart, pCurrent - pStart); \
113 pStart = pCurrent + 1; \
114 }