|
VRS
A file format for sensor data.
|
This is the complete list of members for vrs::FileSpec, including all inherited members.
| chunks (defined in vrs::FileSpec) | vrs::FileSpec | |
| chunkSizes (defined in vrs::FileSpec) | vrs::FileSpec | |
| clear() | vrs::FileSpec | |
| decodeQuery(const string &query, string &outKey, string &outValue) (defined in vrs::FileSpec) | vrs::FileSpec | static |
| empty() const (defined in vrs::FileSpec) | vrs::FileSpec | |
| extras (defined in vrs::FileSpec) | vrs::FileSpec | |
| fileHandlerName (defined in vrs::FileSpec) | vrs::FileSpec | |
| fileName (defined in vrs::FileSpec) | vrs::FileSpec | |
| FileSpec()=default (defined in vrs::FileSpec) | vrs::FileSpec | |
| FileSpec(string filehandler, const vector< string > &chunks) (defined in vrs::FileSpec) | vrs::FileSpec | inline |
| FileSpec(string filehandler, const vector< string > &&chunks) (defined in vrs::FileSpec) | vrs::FileSpec | inline |
| FileSpec(const vector< string > &chunks) (defined in vrs::FileSpec) | vrs::FileSpec | inlineexplicit |
| FileSpec(vector< string > &&chunks) (defined in vrs::FileSpec) | vrs::FileSpec | inlineexplicit |
| fromJson(const string &jsonStr) (defined in vrs::FileSpec) | vrs::FileSpec | |
| fromPathJsonUri(const string &pathJsonUri, const string &defaultFileHandlerName={}) | vrs::FileSpec | |
| getEasyPath() const | vrs::FileSpec | |
| getExtra(const string &name) const | vrs::FileSpec | |
| getExtra(const string &name, string &outValue) const | vrs::FileSpec | |
| getExtraAsBool(const string &name, bool defaultValue=false) const | vrs::FileSpec | |
| getExtraAsDouble(const string &name, double defaultValue=0) const | vrs::FileSpec | |
| getExtraAsInt(const string &name, int defaultValue=0) const | vrs::FileSpec | |
| getExtraAsInt64(const string &name, int64_t defaultValue=0) const | vrs::FileSpec | |
| getExtraAsUInt64(const string &name, uint64_t defaultValue=0) const | vrs::FileSpec | |
| getFileName() const | vrs::FileSpec | |
| getFileSize() const | vrs::FileSpec | |
| getSourceLocation() const | vrs::FileSpec | |
| getXXHash() const | vrs::FileSpec | |
| hasChunkSizes() const | vrs::FileSpec | |
| hasExtra(const string &name) const | vrs::FileSpec | |
| isDiskFile() const (defined in vrs::FileSpec) | vrs::FileSpec | |
| operator==(const FileSpec &rhs) const | vrs::FileSpec | |
| parseUri(const string &uri, string &outScheme, string &outPath, map< string, string > &outQueryParams) (defined in vrs::FileSpec) | vrs::FileSpec | static |
| parseUri() | vrs::FileSpec | |
| setExtra(const string &name, const string &value) (defined in vrs::FileSpec) | vrs::FileSpec | |
| setExtra(const string &name, const char *value) (defined in vrs::FileSpec) | vrs::FileSpec | |
| setExtra(const string &name, bool value) (defined in vrs::FileSpec) | vrs::FileSpec | |
| setExtra(const string &name, T value) (defined in vrs::FileSpec) | vrs::FileSpec | inline |
| toJson() const (defined in vrs::FileSpec) | vrs::FileSpec | |
| toPathJsonUri() const | vrs::FileSpec | |
| unsetExtra(const string &name) | vrs::FileSpec | |
| uri (defined in vrs::FileSpec) | vrs::FileSpec | |
| urldecode(const string &in, string &out) (defined in vrs::FileSpec) | vrs::FileSpec | static |