|
HDK
|
#include "pxr/pxr.h"#include "pxr/usd/sdf/api.h"#include "pxr/usd/sdf/path.h"#include "pxr/usd/sdf/types.h"#include "pxr/base/tf/smallVector.h"#include <set>#include <map>#include <unordered_map>#include <iosfwd>
Include dependency graph for changeList.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | SdfChangeList |
| struct | SdfChangeList::Entry |
| struct | SdfChangeList::Entry::_Flags |
Typedefs | |
| typedef std::vector< std::pair < SdfLayerHandle, SdfChangeList > > | SdfLayerChangeListVec |
Functions | |
| SDF_API std::ostream & | operator<< (std::ostream &, const SdfChangeList &) |
| typedef std::vector< std::pair<SdfLayerHandle, SdfChangeList> > SdfLayerChangeListVec |
Definition at line 25 of file changeList.h.
| SDF_API std::ostream& operator<< | ( | std::ostream & | , |
| const SdfChangeList & | |||
| ) |