Miscellaneous Statefs utilities for c++ apps.
More...
#include <statefs/util.hpp>
#include <algorithm>
#include <string>
#include <array>
|
template<class OutputIterator > |
void | statefs::split (std::string const &src, std::string const &symbols, OutputIterator dst) |
|
template<class InIter > |
std::string | statefs::join (InIter begin, InIter end, std::string const &sep) |
|
template<class ContainerT > |
std::string | statefs::join (ContainerT const &src, std::string const &sep) |
|
std::list< std::string > | statefs::property_name_parts (std::string const &name) |
|
static bool | statefs::is_property_path_valid (std::list< std::string > const &parts) |
|
std::string | statefs::property_path_default (std::string const &) |
|
std::string | statefs::property_path_in_default (std::string const &) |
|
|
static const std::string | statefs::in_prop_prefix = "@" |
|