Further refactorings
This commit is contained in:
parent
2c61d0a79e
commit
b5ed992e94
@ -44,6 +44,11 @@ struct _Node : NodeInfo{
|
|||||||
|
|
||||||
struct ImportNode : public _Node {
|
struct ImportNode : public _Node {
|
||||||
HashTable<std::string, std::string> keyVals;
|
HashTable<std::string, std::string> keyVals;
|
||||||
|
|
||||||
|
inline void Clear() {
|
||||||
|
keyVals.EraseAll();
|
||||||
|
lat = 0; lon = 0; id = 0; bollard = false; trafficLight = false;
|
||||||
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif /* IMPORTNODE_H_ */
|
#endif /* IMPORTNODE_H_ */
|
||||||
|
Loading…
Reference in New Issue
Block a user