#include <RNDF.h>
Public Member Functions | |
| void | clear () |
| bool | isvalid () |
| void | print () |
Public Attributes | |
| int | number_of_parking_spots |
| Perimeter | perimeter |
| std::vector< Spot > | spots |
| int | zone_id |
| std::string | zone_name |
Definition at line 196 of file RNDF.h.
| std::vector<Spot> Zone::spots |
| int Zone::zone_id |
| std::string Zone::zone_name |