Public Member Functions | |
| NetworkRoutingTable () | |
| ~NetworkRoutingTable () | |
Static Public Member Functions | |
| static bool | Add (const NetworkRoute &pRoute) |
| static bool | Remove (const NetworkRoute &pRoute) |
| static std::vector< NetworkRoute > | Get () |
| NetworkRoutingTable::NetworkRoutingTable | ( | ) |
| NetworkRoutingTable::~NetworkRoutingTable | ( | ) |
| bool NetworkRoutingTable::Add | ( | const NetworkRoute & | pRoute | ) | [static] |
| bool NetworkRoutingTable::Remove | ( | const NetworkRoute & | pRoute | ) | [static] |
| std::vector< NetworkRoute > NetworkRoutingTable::Get | ( | ) | [static] |
1.5.1-p1