|
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(string_view 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 | |
| Extras typedef | 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 > &chunksIn) (defined in vrs::FileSpec) | vrs::FileSpec | inline |
| FileSpec(string filehandler, const vector< string > &&chunksIn) (defined in vrs::FileSpec) | vrs::FileSpec | inline |
| FileSpec(const vector< string > &chunksIn) (defined in vrs::FileSpec) | vrs::FileSpec | inlineexplicit |
| FileSpec(vector< string > &&chunksIn) (defined in vrs::FileSpec) | vrs::FileSpec | inlineexplicit |
| fromJson(string_view jsonStr) (defined in vrs::FileSpec) | vrs::FileSpec | |
| fromPathJsonUri(string_view pathJsonUri, string_view defaultFileHandlerName={}) | vrs::FileSpec | |
| getEasyPath() const | vrs::FileSpec | |
| getExtra(string_view name) const | vrs::FileSpec | |
| getExtra(string_view name, string &outValue) const | vrs::FileSpec | |
| getExtraAsBool(string_view name, bool defaultValue=false) const | vrs::FileSpec | |
| getExtraAsDouble(string_view name, double defaultValue=0) const | vrs::FileSpec | |
| getExtraAsInt(string_view name, int defaultValue=0) const | vrs::FileSpec | |
| getExtraAsInt64(string_view name, int64_t defaultValue=0) const | vrs::FileSpec | |
| getExtraAsUInt64(string_view 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(string_view name) const | vrs::FileSpec | |
| isDiskFile() const (defined in vrs::FileSpec) | vrs::FileSpec | |
| operator==(const FileSpec &rhs) const | vrs::FileSpec | |
| parseUri(string_view uri, string &outScheme, string &outPath, Extras &outQueryParams) (defined in vrs::FileSpec) | vrs::FileSpec | static |
| parseUri() | vrs::FileSpec | |
| setExtra(string_view name, string_view value) (defined in vrs::FileSpec) | vrs::FileSpec | |
| setExtra(string_view name, const char *value) (defined in vrs::FileSpec) | vrs::FileSpec | |
| setExtra(string_view name, bool value) (defined in vrs::FileSpec) | vrs::FileSpec | |
| setExtra(string_view name, const string &value) (defined in vrs::FileSpec) | vrs::FileSpec | |
| setExtra(string_view name, T value) (defined in vrs::FileSpec) | vrs::FileSpec | inline |
| toJson() const (defined in vrs::FileSpec) | vrs::FileSpec | |
| toPathJsonUri() const | vrs::FileSpec | |
| unsetExtra(string_view name) | vrs::FileSpec | |
| uri (defined in vrs::FileSpec) | vrs::FileSpec | |
| urldecode(string_view in, string &out) (defined in vrs::FileSpec) | vrs::FileSpec | static |