| 
    Qucs-core
    0.0.19
    
   
   | 
  
  
  
 
#include <gtest.h>

Public Types | |
| typedef T | value_type | 
| typedef const T & | reference | 
| typedef ptrdiff_t | difference_type | 
Public Member Functions | |
| ParamIterator (const ParamIterator &other) | |
| ParamIterator & | operator= (const ParamIterator &other) | 
| const T & | operator* () const | 
| const T * | operator-> () const | 
| ParamIterator & | operator++ () | 
| ParamIterator | operator++ (int) | 
| bool | operator== (const ParamIterator &other) const | 
| bool | operator!= (const ParamIterator &other) const | 
Private Member Functions | |
| ParamIterator (ParamIteratorInterface< T > *impl) | |
Private Attributes | |
| scoped_ptr < ParamIteratorInterface< T > >  | impl_ | 
Friends | |
| class | ParamGenerator< T > | 
Definition at line 10098 of file fused-src/gtest/gtest.h.
| typedef ptrdiff_t testing::internal::ParamIterator< T >::difference_type | 
Definition at line 10102 of file fused-src/gtest/gtest.h.
| typedef const T& testing::internal::ParamIterator< T >::reference | 
Definition at line 10101 of file fused-src/gtest/gtest.h.
| typedef T testing::internal::ParamIterator< T >::value_type | 
Definition at line 10100 of file fused-src/gtest/gtest.h.
| testing::internal::ParamIterator< T >::ParamIterator | ( | const ParamIterator< T > & | other | ) |  [inline] | 
        
Definition at line 10105 of file fused-src/gtest/gtest.h.
| testing::internal::ParamIterator< T >::ParamIterator | ( | ParamIteratorInterface< T > * | impl | ) |  [inline, explicit, private] | 
        
Definition at line 10134 of file fused-src/gtest/gtest.h.
| bool testing::internal::ParamIterator< T >::operator!= | ( | const ParamIterator< T > & | other | ) |  const [inline] | 
        
Definition at line 10128 of file fused-src/gtest/gtest.h.
| const T& testing::internal::ParamIterator< T >::operator* | ( | ) |  const [inline] | 
        
Definition at line 10112 of file fused-src/gtest/gtest.h.
| ParamIterator& testing::internal::ParamIterator< T >::operator++ | ( | ) |  [inline] | 
        
Definition at line 10115 of file fused-src/gtest/gtest.h.
| ParamIterator testing::internal::ParamIterator< T >::operator++ | ( | int | ) |  [inline] | 
        
Definition at line 10120 of file fused-src/gtest/gtest.h.
| const T* testing::internal::ParamIterator< T >::operator-> | ( | ) |  const [inline] | 
        
Definition at line 10113 of file fused-src/gtest/gtest.h.
| ParamIterator& testing::internal::ParamIterator< T >::operator= | ( | const ParamIterator< T > & | other | ) |  [inline] | 
        
Definition at line 10106 of file fused-src/gtest/gtest.h.
| bool testing::internal::ParamIterator< T >::operator== | ( | const ParamIterator< T > & | other | ) |  const [inline] | 
        
Definition at line 10125 of file fused-src/gtest/gtest.h.
friend class ParamGenerator< T > [friend] | 
        
Definition at line 10133 of file fused-src/gtest/gtest.h.
scoped_ptr<ParamIteratorInterface<T> > testing::internal::ParamIterator< T >::impl_ [private] | 
        
Definition at line 10135 of file fused-src/gtest/gtest.h.
 1.7.6.1