Lines Matching defs:mData
84 inline D *mData();
125 * is returned by the mData() method, that automatically detaches the
144 * to its members. This means that the mData() method of such an instance
173 * mData()->name = name;
176 * void setName( const string &name ) { mData()->name = name; }
183 * // the above is shorter than c.data()->name or c.mData()->setName()
225 * initially non-shared and the mData() method returns a valid pointer
268 * @see mData()
329 * mData() member or directly detached by detach(). Also, the data can be
362 template< class D > inline D *CIShared<D>::mData() {
365 printf( "CIShared::mData(): a null instance, returning a null pointer!" );