Searched defs:NodeValueAccessor (Results 1 – 1 of 1) sorted by relevance
56 struct NodeValueAccessor struct60 LocationType eLocationType; // the type of location where the value is stored61 void* pLocation; // the pointer to the location62 Type aDataType; // the type object pointed to by pLocation70 bool isBound( ) const { return ( ltUnbound != eLocationType ) && ( NULL != pLocation ); } in isBound()71 const ::rtl::OUString& getPath( ) const { return sRelativePath; } in getPath()72 LocationType getLocType( ) const { return eLocationType; } in getLocType()73 void* getLocation( ) const { return pLocation; } in getLocation()74 const Type& getDataType( ) const { return aDataType; } in getDataType()77 bool operator != ( const NodeValueAccessor& rhs ) const { return !operator == ( rhs ); } in operator !=()[all …]
Completed in 20 milliseconds