#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 |
| void Zone::clear | ( | ) |
| bool Zone::isvalid | ( | ) | [inline] |
| void Zone::print | ( | ) |
| std::vector<Spot> Zone::spots |
| int Zone::zone_id |
| std::string Zone::zone_name |