![]() |
VSM C++ SDK
Vehicle Specific Modules SDK
|
Java properties set implementation. More...
Go to the source code of this file.
Classes | |
class | ugcs::vsm::Properties |
This class represents persistent set of properties which can be stored and loaded in/from any stream. More... | |
struct | ugcs::vsm::Properties::Parse_exception_dummy_struct |
Thrown when text stream parsing fails. More... | |
struct | ugcs::vsm::Properties::Not_found_exception_dummy_struct |
Thrown when a specified key not found. More... | |
struct | ugcs::vsm::Properties::Not_convertible_exception_dummy_struct |
The value cannot be converted to the specified type from its string representation. More... | |
class | ugcs::vsm::Properties::Iterator |
Stored properties iterator. More... | |
Namespaces | |
ugcs | |
UGCS root namespace. | |
ugcs::vsm | |
All VSM SDK functionality resides in this namespace. | |
Java properties set implementation.