VSM C++ SDK
Vehicle Specific Modules SDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
properties.h File Reference

Java properties set implementation. More...

#include <ugcs/vsm/exception.h>
#include <ugcs/vsm/singleton.h>
#include <istream>
#include <map>

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.
 

Detailed Description

Java properties set implementation.