Apollo
6.0
Open source self driving car software
|
#include <stdexcept>
#include <string>
Go to the source code of this file.
Namespaces | |
apollo | |
PlanningContext is the runtime context in planning. It is persistent across multiple frames. | |
apollo::cyber | |
apollo::cyber::class_loader | |
Macros | |
#define | DECLARE_SHARED_LIBRARY_EXCEPTION(CLS, BASE) |
Functions | |
apollo::cyber::class_loader::DECLARE_SHARED_LIBRARY_EXCEPTION (LibraryAlreadyLoadedException, std::runtime_error) | |
apollo::cyber::class_loader::DECLARE_SHARED_LIBRARY_EXCEPTION (LibraryLoadException, std::runtime_error) | |
apollo::cyber::class_loader::DECLARE_SHARED_LIBRARY_EXCEPTION (SymbolNotFoundException, std::runtime_error) | |
#define DECLARE_SHARED_LIBRARY_EXCEPTION | ( | CLS, | |
BASE | |||
) |