HomeSort by relevance Sort by last modified time
    Searched defs:domValue (Results 1 - 2 of 2) sorted by null

  /external/collada/include/1.4/dom/
domGles_pipeline_settings.h 108 class domValue;
110 typedef daeSmartRef<domValue> domValueRef;
113 class domValue : public daeElement
151 domValue(DAE& dae) : daeElement(dae), attrValue(), attrParam() {}
155 virtual ~domValue() {}
159 virtual domValue &operator=( const domValue &cpy ) { (void)cpy; return *this; }
    [all...]
domGl_pipeline_settings.h 114 class domValue;
116 typedef daeSmartRef<domValue> domValueRef;
119 class domValue : public daeElement
157 domValue(DAE& dae) : daeElement(dae), attrValue(), attrParam() {}
161 virtual ~domValue() {}
165 virtual domValue &operator=( const domValue &cpy ) { (void)cpy; return *this; }
    [all...]

Completed in 30 milliseconds