Library-wide includes and types.
More...
#include <algorithm>
#include <cstdlib>
#include <functional>
#include <memory>
#include <set>
#include <string>
#include <unordered_map>
#include <vector>
Go to the source code of this file.
|
#define | MATERIALX_SYMBOL_EXPORT |
| Platform-specific macros for declaring imported and exported symbols.
|
|
#define | MATERIALX_SYMBOL_IMPORT |
|
#define | MATERIALX_EXPORT_EXTERN_TEMPLATE(...) |
|
#define | MATERIALX_IMPORT_EXTERN_TEMPLATE(...) |
|
|
using | StringVec = vector< string > |
| A vector of strings.
|
|
using | StringMap = std::unordered_map< string, string > |
| An unordered map with strings as both keys and values.
|
|
using | StringSet = std::set< string > |
| A set of strings.
|
|
Library-wide includes and types.
This file should be the first include for any public header in the MaterialX library.