| 
    MRPT
    2.0.0
    
   | 
 
A wrapper class for pointers whose copy operations from other objects of the same type are ignored, that is, doing "a=b;" has no effect neiter on "a" or "b".
In turn, assigning a pointer with a direct "=" operation from a plain "T*" type is permited.
Definition at line 225 of file safe_pointers.h.
#include <mrpt/core/safe_pointers.h>
Public Member Functions | |
| ignored_copy_ptr () | |
| ignored_copy_ptr (const ignored_copy_ptr< T > &) | |
| ignored_copy_ptr (const T *p) | |
| ignored_copy_ptr< T > & | operator= (T *p) | 
| ignored_copy_ptr< T > & | operator= (const ignored_copy_ptr< T > &) | 
| void | set (const T *p) | 
| This method can change the pointer, since the change is made explicitly, not through copy operators transparent to the user.  More... | |
| virtual | ~ignored_copy_ptr ()=default | 
| bool | operator== (const T *o) const | 
| bool | operator== (const ignored_copy_ptr< T > &o) const | 
| bool | operator!= (const T *o) const | 
| bool | operator!= (const ignored_copy_ptr< T > &o) const | 
| T *& | get () | 
| const T * | get () const | 
| T ** | getPtrToPtr () | 
| T *& | operator-> () | 
| const T * | operator-> () const | 
Protected Attributes | |
| T * | ptr | 
      
  | 
  inline | 
Definition at line 231 of file safe_pointers.h.
      
  | 
  inline | 
Definition at line 232 of file safe_pointers.h.
      
  | 
  inline | 
Definition at line 233 of file safe_pointers.h.
      
  | 
  virtualdefault | 
      
  | 
  inline | 
Definition at line 249 of file safe_pointers.h.
      
  | 
  inline | 
Definition at line 250 of file safe_pointers.h.
      
  | 
  inline | 
Definition at line 251 of file safe_pointers.h.
      
  | 
  inline | 
Definition at line 247 of file safe_pointers.h.
      
  | 
  inline | 
Definition at line 248 of file safe_pointers.h.
      
  | 
  inline | 
Definition at line 252 of file safe_pointers.h.
      
  | 
  inline | 
Definition at line 257 of file safe_pointers.h.
      
  | 
  inline | 
Definition at line 234 of file safe_pointers.h.
      
  | 
  inline | 
Definition at line 240 of file safe_pointers.h.
      
  | 
  inline | 
Definition at line 245 of file safe_pointers.h.
      
  | 
  inline | 
Definition at line 246 of file safe_pointers.h.
      
  | 
  inline | 
This method can change the pointer, since the change is made explicitly, not through copy operators transparent to the user.
Definition at line 243 of file safe_pointers.h.
      
  | 
  protected | 
Definition at line 228 of file safe_pointers.h.
Referenced by mrpt::ignored_copy_ptr< mrpt::maps::COctoMapBase >::get(), mrpt::ignored_copy_ptr< mrpt::maps::COctoMapBase >::getPtrToPtr(), mrpt::ignored_copy_ptr< mrpt::maps::COctoMapBase >::operator!=(), mrpt::ignored_copy_ptr< mrpt::maps::COctoMapBase >::operator->(), mrpt::ignored_copy_ptr< mrpt::maps::COctoMapBase >::operator=(), mrpt::ignored_copy_ptr< mrpt::maps::COctoMapBase >::operator==(), and mrpt::ignored_copy_ptr< mrpt::maps::COctoMapBase >::set().
| Page generated by Doxygen 1.8.14 for MRPT 2.0.0 Git: b38439d21 Tue Mar 31 19:58:06 2020 +0200 at miƩ abr 1 00:50:30 CEST 2020 |