|
#include <memory>#include <string>#include <vector>#include "SurgSim/Framework/Assert.h"#include "SurgSim/DataStructures/IndexDirectory.h"#include "SurgSim/DataStructures/NamedData-inl.h"Go to the source code of this file.
Classes | |
| class | SurgSim::DataStructures::NamedData< T > |
| A templated dictionary in which data can be accessed by name or index, with immutable names & indices. More... | |
Namespaces | |
| SurgSim | |
| SurgSim::DataStructures | |
| SurgSim::DataStructures::Names | |
| Common strings for NamedData. | |
Typedefs | |
| typedef std::unordered_map< int, int > | SurgSim::DataStructures::NamedDataCopyMap |
| The type used for copying values between two NamedData objects that cannot assign to each other. More... | |
1.8.13