|
Horizon
|
Public Types | |
| enum class | Order { ASC , DESC } |
Public Member Functions | |
| CSVSettings (const json &j) | |
| const std::string & | get_column_name (BOMColumn col) const |
| json | serialize () const |
Public Attributes | |
| std::vector< BOMColumn > | columns |
| BOMColumn | sort_column = BOMColumn::REFDES |
| Order | order = Order::ASC |
| bool | custom_column_names = false |
| std::map< BOMColumn, std::string > | column_names |