Public Member Functions

LoanedSamples< T, DELEGATE >::Iterator Class Reference

#include <Sample.hpp>

List of all members.

Public Member Functions

 Iterator ()
 Iterator (const Iterator &src)
 ~Iterator ()
Iteratoroperator= (const Iterator &src)
bool operator== (const Iterator &other) const
bool operator!= (const Iterator &other) const
Iteratoroperator++ ()
Iterator operator++ (int)
const SampleTypeoperator* ()
const SampleTypeoperator-> ()

Detailed Description

template<typename T, typename DELEGATE>
class dds::sub::LoanedSamples< T, DELEGATE >::Iterator

Definition at line 100 of file Sample.hpp.


Constructor & Destructor Documentation

Iterator (  )  [inline]

Definition at line 103 of file Sample.hpp.

Iterator ( const Iterator src  )  [inline]

Definition at line 104 of file Sample.hpp.

~Iterator (  )  [inline]

Definition at line 105 of file Sample.hpp.


Member Function Documentation

bool operator!= ( const Iterator other  )  const [inline]

Definition at line 114 of file Sample.hpp.

const SampleType& operator* (  )  [inline]

Definition at line 128 of file Sample.hpp.

Iterator& operator++ (  )  [inline]

Definition at line 119 of file Sample.hpp.

Iterator operator++ ( int   )  [inline]

Definition at line 123 of file Sample.hpp.

const SampleType* operator-> (  )  [inline]

Definition at line 132 of file Sample.hpp.

Iterator& operator= ( const Iterator src  ) 
bool operator== ( const Iterator other  )  const [inline]

Definition at line 110 of file Sample.hpp.


The documentation for this class was generated from the following file: