|
Orcus
|
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_t > | min_date |
| boost::optional< date_time_t > | max_date |
| std::unique_ptr< pivot_cache_group_data_t > | group_data |
| pstring orcus::spreadsheet::pivot_cache_field_t::name |
Field name. It must be interned with the string pool belonging to the document.
1.8.14