Home
last modified time | relevance | path

Searched defs:NodeValueAccessor (Results 1 – 1 of 1) sorted by relevance

/trunk/main/unotools/source/config/
H A Dconfigvaluecontainer.cxx56 struct NodeValueAccessor struct
60 LocationType eLocationType; // the type of location where the value is stored
61 void* pLocation; // the pointer to the location
62 Type aDataType; // the type object pointed to by pLocation
70 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 19 milliseconds