|
LibreOffice Module unotools (master) 1
|
Public Member Functions | |
| NodeValueAccessor (OUString _aNodePath) | |
| void | bind (void *_pLocation, const Type &_rType) |
| bool | isBound () const |
| const OUString & | getPath () const |
| LocationType | getLocType () const |
| void * | getLocation () const |
| const Type & | getDataType () const |
| bool | operator== (const NodeValueAccessor &rhs) const |
Private Attributes | |
| OUString | sRelativePath |
| LocationType | eLocationType |
| void * | pLocation |
| Type | aDataType |
Definition at line 48 of file configvaluecontainer.cxx.
|
explicit |
Definition at line 70 of file configvaluecontainer.cxx.
| void utl::NodeValueAccessor::bind | ( | void * | _pLocation, |
| const Type & | _rType | ||
| ) |
Definition at line 84 of file configvaluecontainer.cxx.
References aDataType, eLocationType, isBound(), pLocation, and SAL_WARN_IF.
|
inline |
Definition at line 65 of file configvaluecontainer.cxx.
References aDataType.
Referenced by utl::lcl_copyData().
|
inline |
Definition at line 64 of file configvaluecontainer.cxx.
References pLocation.
Referenced by utl::lcl_copyData().
|
inline |
Definition at line 63 of file configvaluecontainer.cxx.
References eLocationType.
Referenced by utl::lcl_copyData().
|
inline |
Definition at line 62 of file configvaluecontainer.cxx.
References sRelativePath.
Referenced by utl::lcl_copyData().
|
inline |
Definition at line 61 of file configvaluecontainer.cxx.
References eLocationType, and pLocation.
Referenced by bind(), and utl::lcl_copyData().
| bool utl::NodeValueAccessor::operator== | ( | const NodeValueAccessor & | rhs | ) | const |
Definition at line 77 of file configvaluecontainer.cxx.
References eLocationType, pLocation, and sRelativePath.
|
private |
Definition at line 54 of file configvaluecontainer.cxx.
Referenced by bind(), and getDataType().
|
private |
Definition at line 52 of file configvaluecontainer.cxx.
Referenced by bind(), getLocType(), isBound(), and operator==().
|
private |
Definition at line 53 of file configvaluecontainer.cxx.
Referenced by bind(), getLocation(), isBound(), and operator==().
|
private |
Definition at line 51 of file configvaluecontainer.cxx.
Referenced by getPath(), and operator==().