Orcus
Public Member Functions | Public Attributes | List of all members
orcus::spreadsheet::pivot_cache_field_t Struct Reference

Public Member Functions

 pivot_cache_field_t (const pstring &_name)
 
 pivot_cache_field_t (const pivot_cache_field_t &other)
 
 pivot_cache_field_t (pivot_cache_field_t &&other)
 

Public Attributes

pstring name
 
pivot_cache_items_t items
 
boost::optional< double > min_value
 
boost::optional< double > max_value
 
boost::optional< date_time_tmin_date
 
boost::optional< date_time_tmax_date
 
std::unique_ptr< pivot_cache_group_data_tgroup_data
 

Member Data Documentation

◆ name

pstring orcus::spreadsheet::pivot_cache_field_t::name

Field name. It must be interned with the string pool belonging to the document.