FlatCityBuf C++ reader 0.8.0
Native C++17 reader for FlatCityBuf, the cloud-optimized CityJSON format
Loading...
Searching...
No Matches
fcb::AttrCondition Struct Reference

One condition of an attribute query. More...

#include <fcb/stree.hpp>

Public Attributes

std::string field
 
Operator op
 
KeyValue value
 

Detailed Description

One condition of an attribute query.

Definition at line 20 of file stree.hpp.

Member Data Documentation

◆ field

std::string fcb::AttrCondition::field

Definition at line 21 of file stree.hpp.

◆ op

Operator fcb::AttrCondition::op

Definition at line 22 of file stree.hpp.

◆ value

KeyValue fcb::AttrCondition::value

Definition at line 23 of file stree.hpp.


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