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>
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 42 of file changeList.h.
SDF_API std::ostream& operator<< | ( | std::ostream & | , |
const SdfChangeList & | |||
) |