| 
    MRPT
    2.0.4
    
   | 
 
A normal iterator, plus the extra method "getType" to determine the type of each entry in the sequence.
#include <mrpt/obs/CRawlog.h>
Public Member Functions | |
| iterator () | |
| iterator (const TListObjects::iterator &it) | |
| virtual | ~iterator ()=default | 
| iterator & | operator= (const iterator &o)=default | 
| bool | operator== (const iterator &o) | 
| bool | operator!= (const iterator &o) | 
| mrpt::serialization::CSerializable::Ptr | operator* () | 
| iterator | operator++ (int) | 
| iterator & | operator++ () | 
| iterator | operator-- (int) | 
| iterator & | operator-- () | 
| TEntryType | getType () const | 
Static Public Member Functions | |
| static iterator | erase (TListObjects &lst, const iterator &it) | 
Protected Attributes | |
| TListObjects::iterator | m_it | 
      
  | 
  inline | 
      
  | 
  virtualdefault | 
      
  | 
  inlinestatic | 
      
  | 
  inline | 
Definition at line 266 of file CRawlog.h.
References CLASS_ID, mrpt::obs::CRawlog::etActionCollection, mrpt::obs::CRawlog::etObservation, and mrpt::obs::CRawlog::etSensoryFrame.
      
  | 
  inline | 
      
  | 
  inline | 
      
  | 
  inline | 
      
  | 
  inline | 
      
  | 
  inline | 
      
  | 
  inline | 
      
  | 
  inline | 
      
  | 
  protected | 
Definition at line 232 of file CRawlog.h.
Referenced by erase(), operator!=(), operator*(), operator++(), operator--(), and operator==().
| Page generated by Doxygen 1.8.14 for MRPT 2.0.4 Git: 33de1d0ad Sat Jun 20 11:02:42 2020 +0200 at sáb jun 20 17:35:17 CEST 2020 |