Core Library  1.7.0.0
Library containing core utilities and tools for threading, networking, logging, INI and CSV file management etc.
CsvGridMain.h File Reference

File containing declarations relating the TCsvGrid class. More...

#include <fstream>
#include <limits>
#include <cmath>
#include "CsvGridRow.h"

Go to the source code of this file.

Classes

class  core_lib::csv_grid::TCsvGrid< C, T >
 Grid class with CSV file capabilities. More...
 

Namespaces

 core_lib
 The core_lib namespace.
 
 core_lib::csv_grid
 The csv_grid namespace.
 

Enumerations

enum  core_lib::csv_grid::eSaveToFileOptions { core_lib::csv_grid::eSaveToFileOptions::truncate, core_lib::csv_grid::eSaveToFileOptions::append }
 Enumeration controlling how file is saved. More...
 

Detailed Description

File containing declarations relating the TCsvGrid class.