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


Public Types | |
| typedef ParamIterator< T > | iterator |
Public Member Functions | |
| ParamGenerator (ParamGeneratorInterface< T > *impl) | |
| ParamGenerator (const ParamGenerator &other) | |
| ParamGenerator & | operator= (const ParamGenerator &other) |
| iterator | begin () const |
| iterator | end () const |
Private Attributes | |
| linked_ptr< const ParamGeneratorInterface< T > > | impl_ |
Definition at line 10158 of file fused-src/gtest/gtest.h.
| typedef ParamIterator<T> testing::internal::ParamGenerator< T >::iterator |
Definition at line 10160 of file fused-src/gtest/gtest.h.
| testing::internal::ParamGenerator< T >::ParamGenerator | ( | ParamGeneratorInterface< T > * | impl | ) | [inline, explicit] |
Definition at line 10162 of file fused-src/gtest/gtest.h.
| testing::internal::ParamGenerator< T >::ParamGenerator | ( | const ParamGenerator< T > & | other | ) | [inline] |
Definition at line 10163 of file fused-src/gtest/gtest.h.
| iterator testing::internal::ParamGenerator< T >::begin | ( | ) | const [inline] |
Definition at line 10170 of file fused-src/gtest/gtest.h.
| iterator testing::internal::ParamGenerator< T >::end | ( | ) | const [inline] |
Definition at line 10171 of file fused-src/gtest/gtest.h.
| ParamGenerator& testing::internal::ParamGenerator< T >::operator= | ( | const ParamGenerator< T > & | other | ) | [inline] |
Definition at line 10165 of file fused-src/gtest/gtest.h.
linked_ptr<const ParamGeneratorInterface<T> > testing::internal::ParamGenerator< T >::impl_ [private] |
Definition at line 10174 of file fused-src/gtest/gtest.h.
1.7.6.1