|
cartobase 6.0.6
|
Specify properties for semantic attributes - mainly for I/O purposes. More...
#include <cartobase/object/syntax.h>

Public Member Functions | |
| Semantic () | |
| Semantic (const std::string &t, bool need=false, bool intern=false) | |
Public Attributes | |
| std::string | type |
type of semantic attribute, such as ‘float’ | |
| bool | needed |
| is this semantic attribute mandatory? | |
| bool | internal |
| internal attributes are not written to disk | |
Specify properties for semantic attributes - mainly for I/O purposes.
|
inline |
|
inline |
| bool carto::Semantic::internal |
internal attributes are not written to disk
Definition at line 67 of file syntax.h.
Referenced by Semantic(), and Semantic().
| bool carto::Semantic::needed |
is this semantic attribute mandatory?
Definition at line 65 of file syntax.h.
Referenced by Semantic(), and Semantic().
| std::string carto::Semantic::type |
type of semantic attribute, such as ‘float’
Definition at line 61 of file syntax.h.
Referenced by Semantic().