#include "table.h"
#include "shapes.h"
#include "tool_library.h"
Go to the source code of this file.
|
#define | GET_GROW_SIZE(n) (n < 256 ? 1 : (n < 8192 ? 128 : 1024)) |
|
#define | GET_RECORD(i) Get_Record_byIndex(bAscending ? (iRecord = i) : m_nRecords - 1 - (iRecord = i)) |
|
#define | GET_RECORD(i) Get_Record_byIndex(bAscending ? (iRecord = i) : m_nRecords - 1 - (iRecord = i)) |
|
|
CSG_Table * | SG_Create_Table (void) |
|
CSG_Table * | SG_Create_Table (const CSG_Table &Table) |
|
CSG_Table * | SG_Create_Table (CSG_Table *pTemplate) |
|
CSG_Table * | SG_Create_Table (const char *File, TSG_Table_File_Type Format, int Encoding) |
|
CSG_Table * | SG_Create_Table (const wchar_t *File, TSG_Table_File_Type Format, int Encoding) |
|
CSG_Table * | SG_Create_Table (const CSG_String &File, TSG_Table_File_Type Format, int Encoding) |
|
CSG_Table * | SG_Create_Table (const char *File, TSG_Table_File_Type Format, const SG_Char Separator, int Encoding) |
|
CSG_Table * | SG_Create_Table (const wchar_t *File, TSG_Table_File_Type Format, const SG_Char Separator, int Encoding) |
|
CSG_Table * | SG_Create_Table (const CSG_String &File, TSG_Table_File_Type Format, const SG_Char Separator, int Encoding) |
|
◆ GET_GROW_SIZE
#define GET_GROW_SIZE |
( |
|
n | ) |
(n < 256 ? 1 : (n < 8192 ? 128 : 1024)) |
◆ GET_RECORD [1/2]
#define GET_RECORD |
( |
|
i | ) |
Get_Record_byIndex(bAscending ? (iRecord = i) : m_nRecords - 1 - (iRecord = i)) |
◆ GET_RECORD [2/2]
#define GET_RECORD |
( |
|
i | ) |
Get_Record_byIndex(bAscending ? (iRecord = i) : m_nRecords - 1 - (iRecord = i)) |
◆ SG_Create_Table() [1/9]
◆ SG_Create_Table() [2/9]
◆ SG_Create_Table() [3/9]
Safe table construction
Definition at line 120 of file table.cpp.
◆ SG_Create_Table() [4/9]
Safe table construction
Definition at line 112 of file table.cpp.
◆ SG_Create_Table() [5/9]
◆ SG_Create_Table() [6/9]
◆ SG_Create_Table() [7/9]
◆ SG_Create_Table() [8/9]
◆ SG_Create_Table() [9/9]