Used to group datasets (DEPRECIATED).
More...
Used to group datasets (DEPRECIATED).
Definition at line 71 of file DatasetManager.h.
◆ addSource()
| void DatasetManager::addSource |
( |
Dataset * | source | ) |
|
|
inline |
◆ DefaultManager()
◆ hasSource()
| bool DatasetManager::hasSource |
( |
const StringView & | name | ) |
const |
|
inline |
Checks whether a dataset source with the given name exists.
- Parameters
-
| [in] | name | The name to look up. |
- Returns
- True if a source with that name is registered, false otherwise.
Definition at line 99 of file DatasetManager.h.
References m_sources, and name.
◆ source()
Looks up a dataset source by name.
- Parameters
-
| [in] | name | The name of the dataset to find. |
- Returns
- A pointer to the Dataset, or nullptr if not found.
Definition at line 87 of file DatasetManager.h.
References m_sources, and name.
Referenced by addSource().
The documentation for this class was generated from the following file: