|
#include <SimoxUtility/algorithm/get_map_keys_values.h>
#include <ArmarXCore/core/application/properties/PropertyDefinition.h>
#include <ArmarXCore/core/exceptions/local/InvalidPropertyValueException.h>
#include <ArmarXCore/core/exceptions/local/MissingRequiredPropertyException.h>
#include <ArmarXCore/core/exceptions/local/UnmappedValueException.h>
#include <ArmarXCore/core/exceptions/local/ValueRangeExceededException.h>
#include <ArmarXCore/util/check.h>
#include <IceUtil/Time.h>
#include <limits>
#include <type_traits>
#include <vector>
Go to the source code of this file.
Namespaces | |
armarx | |
This file offers overloads of toIce() and fromIce() functions for STL container types. | |
Functions | |
bool | PropertyDefinition_matchRegex (std::string const ®ex, std::string const &value) |
IceUtil::Time | PropertyDefinition_parseIceUtilTime (std::string const &input) |
std::map< std::string, std::string > | PropertyDefinition_parseMapStringString (const std::string &input) |
std::vector< std::string > | PropertyDefinition_parseVectorString (std::string const &input) |
std::string | PropertyDefinition_toLowerCopy (const std::string &input) |