Skip to content

shapeworks::project::types

Types

Name
using tsl::ordered_map< std::string, std::string > StringMap
using std::vector< std::string > StringList
using std::vector< StringMap > StringMapList
using std::map< std::string, StringMap > StringMultiMap

Types Documentation

using StringMap

using shapeworks::project::types::StringMap = typedef tsl::ordered_map<std::string, std::string>;

using StringList

using shapeworks::project::types::StringList = typedef std::vector<std::string>;

using StringMapList

using shapeworks::project::types::StringMapList = typedef std::vector<StringMap>;

using StringMultiMap

using shapeworks::project::types::StringMultiMap = typedef std::map<std::string, StringMap>;

Updated on 2024-03-17 at 12:58:44 -0600