Core Library  1.7.0.0
Library containing core utilities and tools for threading, networking, logging, INI and CSV file management etc.
core_lib::csv_grid::Cell Member List

This is the complete list of members for core_lib::csv_grid::Cell, including all inherited members.

Cell()=defaultcore_lib::csv_grid::Cell
Cell(const Cell &)=defaultcore_lib::csv_grid::Cell
Cell(Cell &&)=defaultcore_lib::csv_grid::Cell
Cell(const std::string &value)core_lib::csv_grid::Cellexplicit
Cell(int32_t value)core_lib::csv_grid::Cellexplicit
Cell(int64_t value)core_lib::csv_grid::Cellexplicit
Cell(float value)core_lib::csv_grid::Cellexplicit
Cell(double value)core_lib::csv_grid::Cellexplicit
Cell(long double value)core_lib::csv_grid::Cellexplicit
m_valuecore_lib::csv_grid::Cellprivate
operator double() constcore_lib::csv_grid::Cell
operator float() constcore_lib::csv_grid::Cell
operator int32_t() constcore_lib::csv_grid::Cell
operator int64_t() constcore_lib::csv_grid::Cell
operator long double() constcore_lib::csv_grid::Cell
operator std::string() constcore_lib::csv_grid::Cell
operator=(const Cell &)=defaultcore_lib::csv_grid::Cell
operator=(Cell &&)=defaultcore_lib::csv_grid::Cell
operator=(const std::string &rhs)core_lib::csv_grid::Cell
operator=(int32_t rhs)core_lib::csv_grid::Cell
operator=(int64_t rhs)core_lib::csv_grid::Cell
operator=(float rhs)core_lib::csv_grid::Cell
operator=(double rhs)core_lib::csv_grid::Cell
operator=(long double rhs)core_lib::csv_grid::Cell
ToDoubleDef(double defval=0.0) const NO_EXCEPT_core_lib::csv_grid::Cell
ToFloatDef(float defval=0.0f) const NO_EXCEPT_core_lib::csv_grid::Cell
ToInt32Def(int32_t defval=0) const NO_EXCEPT_core_lib::csv_grid::Cell
ToInt64Def(int64_t defval=0) const NO_EXCEPT_core_lib::csv_grid::Cell
ToLongDoubleDef(long double defval=0.0L) const NO_EXCEPT_core_lib::csv_grid::Cell
Value() constcore_lib::csv_grid::Cell
~Cell()=defaultcore_lib::csv_grid::Cell