Loading...
Searching...
No Matches
changeList.h File Reference
+ 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
 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 Documentation

◆ SdfLayerChangeListVec

typedef std::vector< std::pair<SdfLayerHandle, SdfChangeList> > SdfLayerChangeListVec

Definition at line 45 of file changeList.h.