diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2023-01-29 15:45:51 +0100 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2023-01-29 15:45:51 +0100 |
commit | 517ad9d4b6eae320b708d03a9340a22893b0cab7 (patch) | |
tree | 37cf1907008821b4155cf90718b8d7b00a9d3461 /docs/doxygen/latex/xbfile_8h_source.tex | |
parent | 4875a3dd9b183dcd2256e2abfc4ccf7484c233b4 (diff) |
New upstream version 4.0.3upstream/4.0.3
Diffstat (limited to 'docs/doxygen/latex/xbfile_8h_source.tex')
-rw-r--r-- | docs/doxygen/latex/xbfile_8h_source.tex | 79 |
1 files changed, 39 insertions, 40 deletions
diff --git a/docs/doxygen/latex/xbfile_8h_source.tex b/docs/doxygen/latex/xbfile_8h_source.tex index 19fb9c7..506fe71 100644 --- a/docs/doxygen/latex/xbfile_8h_source.tex +++ b/docs/doxygen/latex/xbfile_8h_source.tex @@ -1,5 +1,5 @@ \hypertarget{xbfile_8h_source}{}\doxysection{xbfile.\+h} -\label{xbfile_8h_source}\index{/mnt/1Tdata/xbase/xbase64-\/4.0.2/src/include/xbfile.h@{/mnt/1Tdata/xbase/xbase64-\/4.0.2/src/include/xbfile.h}} +\label{xbfile_8h_source}\index{/mnt/1Tdata/xbase/xbase64-\/4.0.3/src/include/xbfile.h@{/mnt/1Tdata/xbase/xbase64-\/4.0.3/src/include/xbfile.h}} \mbox{\hyperlink{xbfile_8h}{Go to the documentation of this file.}} \begin{DoxyCode}{0} \DoxyCodeLine{1 \textcolor{comment}{/* xbfile.h}} @@ -135,46 +135,45 @@ \DoxyCodeLine{151 xbInt16 xbRemove ();} \DoxyCodeLine{152 } \DoxyCodeLine{153 xbInt16 xbRename ( \textcolor{keyword}{const} \mbox{\hyperlink{classxb_1_1xbString}{xbString}} \&sOldName, \textcolor{keyword}{const} \mbox{\hyperlink{classxb_1_1xbString}{xbString}} \&sNewName );} -\DoxyCodeLine{154 xbInt16 xbRename ( \textcolor{keyword}{const} \mbox{\hyperlink{classxb_1_1xbString}{xbString}} \&sOldName, \textcolor{keyword}{const} \mbox{\hyperlink{classxb_1_1xbString}{xbString}} \&sNewName, xbInt16 iOption );} -\DoxyCodeLine{155 \textcolor{keywordtype}{void} xbRewind ();} -\DoxyCodeLine{156 } -\DoxyCodeLine{157 xbInt16 xbTruncate ( xbInt64 llSize );} -\DoxyCodeLine{158 xbInt16 NameSuffixMissing( \textcolor{keyword}{const} \mbox{\hyperlink{classxb_1_1xbString}{xbString}} \&sFileName, xbInt16 iOption ) \textcolor{keyword}{const};} -\DoxyCodeLine{159 } -\DoxyCodeLine{160 \textcolor{preprocessor}{ \#ifdef XB\_DEBUG\_SUPPORT}} -\DoxyCodeLine{161 xbInt16 DumpBlockToDisk( xbUInt32 ulBlockNo, \textcolor{keywordtype}{size\_t} lBlockSize );} -\DoxyCodeLine{162 \textcolor{preprocessor}{ \#endif}} +\DoxyCodeLine{154 \textcolor{keywordtype}{void} xbRewind ();} +\DoxyCodeLine{155 } +\DoxyCodeLine{156 xbInt16 xbTruncate ( xbInt64 llSize );} +\DoxyCodeLine{157 xbInt16 NameSuffixMissing( \textcolor{keyword}{const} \mbox{\hyperlink{classxb_1_1xbString}{xbString}} \&sFileName, xbInt16 iOption ) \textcolor{keyword}{const};} +\DoxyCodeLine{158 } +\DoxyCodeLine{159 \textcolor{preprocessor}{ \#ifdef XB\_DEBUG\_SUPPORT}} +\DoxyCodeLine{160 xbInt16 DumpBlockToDisk( xbUInt32 ulBlockNo, \textcolor{keywordtype}{size\_t} lBlockSize );} +\DoxyCodeLine{161 \textcolor{preprocessor}{ \#endif}} +\DoxyCodeLine{162 } \DoxyCodeLine{163 } -\DoxyCodeLine{164 } -\DoxyCodeLine{165 \textcolor{keyword}{protected}:} -\DoxyCodeLine{166 } -\DoxyCodeLine{167 \mbox{\hyperlink{classxb_1_1xbXBase}{xbXBase}} *\mbox{\hyperlink{classxb_1_1xbFile_ae39a67ea391b46055d4ca299cb222004}{xbase}}; \textcolor{comment}{/* pointer to the main structures */}} -\DoxyCodeLine{168 } -\DoxyCodeLine{169 \textcolor{keyword}{private}:} -\DoxyCodeLine{170 FILE *fp;} -\DoxyCodeLine{171 \mbox{\hyperlink{classxb_1_1xbString}{xbString}} sFqFileName; \textcolor{comment}{/* fully qualified file name */}} -\DoxyCodeLine{172 \mbox{\hyperlink{classxb_1_1xbString}{xbString}} sFileName; \textcolor{comment}{/* file name */}} -\DoxyCodeLine{173 \mbox{\hyperlink{classxb_1_1xbString}{xbString}} sDirectory; \textcolor{comment}{/* directory, ends with / or \(\backslash\) */}} -\DoxyCodeLine{174 \mbox{\hyperlink{namespacexb_ab1a750481dd487f0d384aa1d200dff0f}{xbBool}} bFileOpen; \textcolor{comment}{/* true if file is open */}} -\DoxyCodeLine{175 xbUInt32 ulBlockSize; \textcolor{comment}{/* used for memo and index files */}} -\DoxyCodeLine{176 } -\DoxyCodeLine{177 xbInt16 iOpenMode; \textcolor{comment}{/* XB\_READ || XB\_READ\_WRITE || XB\_WRITE */}} -\DoxyCodeLine{178 xbInt16 iShareMode; \textcolor{comment}{/* XB\_SINGLE\_USER || XB\_MULTI\_USER -\/ set file buffering */}} -\DoxyCodeLine{179 xbInt32 iFileNo; \textcolor{comment}{/* Library File No */}} -\DoxyCodeLine{180 } -\DoxyCodeLine{181 \textcolor{preprocessor}{ \#ifdef XB\_LOCKING\_SUPPORT}} -\DoxyCodeLine{182 xbInt16 iLockRetries; \textcolor{comment}{/* file override number of lock attempts */}} -\DoxyCodeLine{183 \textcolor{preprocessor}{ \#endif}} -\DoxyCodeLine{184 } -\DoxyCodeLine{185 \textcolor{preprocessor}{ \#ifdef HAVE\_SETENDOFFILE\_F}} -\DoxyCodeLine{186 HANDLE fHandle;} -\DoxyCodeLine{187 \textcolor{preprocessor}{ \#endif}} +\DoxyCodeLine{164 \textcolor{keyword}{protected}:} +\DoxyCodeLine{165 } +\DoxyCodeLine{166 \mbox{\hyperlink{classxb_1_1xbXBase}{xbXBase}} *\mbox{\hyperlink{classxb_1_1xbFile_ae39a67ea391b46055d4ca299cb222004}{xbase}}; \textcolor{comment}{/* pointer to the main structures */}} +\DoxyCodeLine{167 } +\DoxyCodeLine{168 \textcolor{keyword}{private}:} +\DoxyCodeLine{169 FILE *fp;} +\DoxyCodeLine{170 \mbox{\hyperlink{classxb_1_1xbString}{xbString}} sFqFileName; \textcolor{comment}{/* fully qualified file name */}} +\DoxyCodeLine{171 \mbox{\hyperlink{classxb_1_1xbString}{xbString}} sFileName; \textcolor{comment}{/* file name */}} +\DoxyCodeLine{172 \mbox{\hyperlink{classxb_1_1xbString}{xbString}} sDirectory; \textcolor{comment}{/* directory, ends with / or \(\backslash\) */}} +\DoxyCodeLine{173 \mbox{\hyperlink{namespacexb_ab1a750481dd487f0d384aa1d200dff0f}{xbBool}} bFileOpen; \textcolor{comment}{/* true if file is open */}} +\DoxyCodeLine{174 xbUInt32 ulBlockSize; \textcolor{comment}{/* used for memo and index files */}} +\DoxyCodeLine{175 } +\DoxyCodeLine{176 xbInt16 iOpenMode; \textcolor{comment}{/* XB\_READ || XB\_READ\_WRITE || XB\_WRITE */}} +\DoxyCodeLine{177 xbInt16 iShareMode; \textcolor{comment}{/* XB\_SINGLE\_USER || XB\_MULTI\_USER -\/ set file buffering */}} +\DoxyCodeLine{178 xbInt32 iFileNo; \textcolor{comment}{/* Library File No */}} +\DoxyCodeLine{179 } +\DoxyCodeLine{180 \textcolor{preprocessor}{ \#ifdef XB\_LOCKING\_SUPPORT}} +\DoxyCodeLine{181 xbInt16 iLockRetries; \textcolor{comment}{/* file override number of lock attempts */}} +\DoxyCodeLine{182 \textcolor{preprocessor}{ \#endif}} +\DoxyCodeLine{183 } +\DoxyCodeLine{184 \textcolor{preprocessor}{ \#ifdef HAVE\_SETENDOFFILE\_F}} +\DoxyCodeLine{185 HANDLE fHandle;} +\DoxyCodeLine{186 \textcolor{preprocessor}{ \#endif}} +\DoxyCodeLine{187 } \DoxyCodeLine{188 } -\DoxyCodeLine{189 } -\DoxyCodeLine{190 \};} -\DoxyCodeLine{191 } -\DoxyCodeLine{192 \} \textcolor{comment}{/* namespace */}} -\DoxyCodeLine{193 \textcolor{preprocessor}{\#endif }\textcolor{comment}{/* \_\_XBFILE\_H\_\_ */}\textcolor{preprocessor}{}} -\DoxyCodeLine{194 } +\DoxyCodeLine{189 \};} +\DoxyCodeLine{190 } +\DoxyCodeLine{191 \} \textcolor{comment}{/* namespace */}} +\DoxyCodeLine{192 \textcolor{preprocessor}{\#endif }\textcolor{comment}{/* \_\_XBFILE\_H\_\_ */}\textcolor{preprocessor}{}} +\DoxyCodeLine{193 } \end{DoxyCode} |