OpenVDB  11.0.0
Functions
openvdb::v11_0::string Namespace Reference

Functions

template<typename ContainerT >
void split (ContainerT &out, const std::string &in, const char delim)
 
template<typename ContainerT >
void split (ContainerT &out, const std::string &in, const std::set< char > &delims)
 
bool starts_with (const std::string &in, const std::string &start)
 
bool ends_with (const std::string &in, const std::string &end)
 
void trim (std::string &s)
 
void to_lower (std::string &s)
 

Function Documentation

bool openvdb::v11_0::string::ends_with ( const std::string &  in,
const std::string &  end 
)
inline
void openvdb::v11_0::string::split ( ContainerT &  out,
const std::string &  in,
const char  delim 
)
inline
void openvdb::v11_0::string::split ( ContainerT &  out,
const std::string &  in,
const std::set< char > &  delims 
)
inline
bool openvdb::v11_0::string::starts_with ( const std::string &  in,
const std::string &  start 
)
inline
void openvdb::v11_0::string::to_lower ( std::string &  s)
inline
void openvdb::v11_0::string::trim ( std::string &  s)
inline