#include <RNDF.h>
| Public Member Functions | |
| void | clear () | 
| bool | isvalid () | 
| bool | operator== (const Speed_Limit &that) | 
| void | print () | 
| Speed_Limit (std::string line, int line_number, bool &valid, bool verbose) | |
| Speed_Limit () | |
| Public Attributes | |
| int | id | 
| int | max_speed | 
| int | min_speed | 
| Speed_Limit::Speed_Limit | ( | std::string | line, | 
| int | line_number, | ||
| bool & | valid, | ||
| bool | verbose | ||
| ) | 
| Speed_Limit::Speed_Limit | ( | ) |  [inline] | 
| void Speed_Limit::clear | ( | ) |  [inline] | 
| bool Speed_Limit::isvalid | ( | ) |  [inline] | 
| bool Speed_Limit::operator== | ( | const Speed_Limit & | that | ) |  [inline] | 
| void Speed_Limit::print | ( | ) | 
| int Speed_Limit::id |