Struct Cell

Inheritance Relationships

Base Type

Struct Documentation

struct Cell : public nix::Variant

Public Functions

inline Cell()
inline Cell(const std::string &name, const Variant &value)
inline Cell(unsigned col, const Variant &value)
inline Cell(const std::string &name, const char *str)
template<typename T>
inline Cell(const std::string &name, const T &value)
template<typename T>
inline Cell(int col, const T &value)
inline Cell(const Cell &other)
inline  Cell (Cell &&other) NOEXCEPT
inline Cell &operator=(Cell other)
inline void swap(Cell &other)
inline bool haveName() const
inline bool haveIndex() const

Public Members

int col
std::string name