#include <abstractData.h>
Base class for objects used to visit specs in an SdfAbstractData object.
- See Also
 - SdfAbstractData::VisitSpecs. 
 
Definition at line 618 of file abstractData.h.
 
  
  
      
        
          | virtual SDF_API SdfAbstractDataSpecVisitor::~SdfAbstractDataSpecVisitor  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
virtual   | 
  
 
 
SdfAbstractData::VisitSpecs calls this function for every entry it contains, passing itself as data and the entry's path. Return false to stop iteration early, true to continue. 
 
 
The documentation for this class was generated from the following file: