1.4.0
CCC
 
DbStringFormat.hpp File Reference
#include "gstlearn_export.hpp"
#include "Basic/AStringFormat.hpp"
#include "Basic/AStringable.hpp"
#include "Basic/VectorT.hpp"
#include "Basic/VectorNumT.hpp"
#include "geoslib_define.h"

Classes

class  DbStringFormat
 

Variables

static unsigned char FLAG_RESUME = 1
 Print the Db summary. More...
 
static unsigned char FLAG_VARS = 2
 Print the Field names. More...
 
static unsigned char FLAG_EXTEND = 4
 Print the Db extension. More...
 
static unsigned char FLAG_STATS = 8
 Print the variable statistics. More...
 
static unsigned char FLAG_ARRAY = 16
 Print the variable contents. More...
 
static unsigned char FLAG_LOCATOR = 32
 Print the locators. More...
 

Variable Documentation

◆ FLAG_ARRAY

unsigned char FLAG_ARRAY = 16
static

Print the variable contents.

◆ FLAG_EXTEND

unsigned char FLAG_EXTEND = 4
static

Print the Db extension.

◆ FLAG_LOCATOR

unsigned char FLAG_LOCATOR = 32
static

Print the locators.

◆ FLAG_RESUME

unsigned char FLAG_RESUME = 1
static

Print the Db summary.

◆ FLAG_STATS

unsigned char FLAG_STATS = 8
static

Print the variable statistics.

◆ FLAG_VARS

unsigned char FLAG_VARS = 2
static

Print the Field names.