#include <openvdb/Platform.h>
#include <openvdb/version.h>
#include <string>
#include <iostream>
#include <vector>
#include <set>
#include <algorithm>
Go to the source code of this file.
|  | 
| Name | readString (std::istream &is) | 
|  | 
| void | writeString (std::ostream &os, const Name &name) | 
|  | 
| 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) | 
|  |