|
Go to the source code of this file.
Classes | |
class | SdfChangeList |
A list of scene description modifications, organized by the namespace paths where the changes occur. More... | |
struct | SdfChangeList::Entry |
Entry of changes at a single path in namespace. More... | |
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 28 of file changeList.h.