MeshLib C++ Docs
Loading...
Searching...
No Matches
MR::Pdf::Cell Struct Reference

#include <MRPdf.h>

Classes

struct  Empty
 

Public Types

using Value = std::variant<int, float, bool, std::string, Empty>
 

Public Member Functions

 Cell ()
 
template<typename T >
 Cell (const T &value)
 
MRIOEXTRAS_API std::string toString (const std::string &fmtStr="{}") const
 

Public Attributes

Value data
 

Member Typedef Documentation

◆ Value

using MR::Pdf::Cell::Value = std::variant<int, float, bool, std::string, Empty>

Constructor & Destructor Documentation

◆ Cell() [1/2]

MR::Pdf::Cell::Cell ( )
inline

◆ Cell() [2/2]

template<typename T >
MR::Pdf::Cell::Cell ( const T & value)
inline

Member Function Documentation

◆ toString()

MRIOEXTRAS_API std::string MR::Pdf::Cell::toString ( const std::string & fmtStr = "{}") const

Member Data Documentation

◆ data

Value MR::Pdf::Cell::data

The documentation for this struct was generated from the following file: