Searched refs:eLocationType (Results 1 – 1 of 1) sorted by relevance
60 LocationType eLocationType; // the type of location where the value is stored member70 bool isBound( ) const { return ( ltUnbound != eLocationType ) && ( NULL != pLocation ); } in isBound()72 LocationType getLocType( ) const { return eLocationType; } in getLocType()85 ,eLocationType( ltUnbound ) in NodeValueAccessor()96 && ( eLocationType == rhs.eLocationType ) in operator ==()107 eLocationType = ltSimplyObjectInstance; in bind()119 eLocationType = ltAnyInstance; in bind()
Completed in 11 milliseconds