testsoon::array_generator< Type > Class Template Reference

List of all members.

Public Types

typedef Type value_type
typedef Type const & const_reference
typedef Type const * const_pointer
typedef const_pointer iterator

Public Member Functions

template<int N>
 array_generator (Type(&array)[N])
template<int N>
 array_generator (Type const (&array)[N])
iterator begin ()
iterator end ()


Detailed Description

template<typename Type>
class testsoon::array_generator< Type >

Definition at line 495 of file testsoon.hpp.


Member Typedef Documentation

template<typename Type>
typedef Type testsoon::array_generator< Type >::value_type

Definition at line 497 of file testsoon.hpp.

template<typename Type>
typedef Type const& testsoon::array_generator< Type >::const_reference

Definition at line 498 of file testsoon.hpp.

template<typename Type>
typedef Type const* testsoon::array_generator< Type >::const_pointer

Definition at line 499 of file testsoon.hpp.

template<typename Type>
typedef const_pointer testsoon::array_generator< Type >::iterator

Definition at line 500 of file testsoon.hpp.


Constructor & Destructor Documentation

template<typename Type>
template<int N>
testsoon::array_generator< Type >::array_generator ( Type &  array[N]  ) 

Definition at line 503 of file testsoon.hpp.

template<typename Type>
template<int N>
testsoon::array_generator< Type >::array_generator ( Type const &  array[N]  ) 

Definition at line 506 of file testsoon.hpp.


Member Function Documentation

template<typename Type>
iterator testsoon::array_generator< Type >::begin (  ) 

Definition at line 508 of file testsoon.hpp.

template<typename Type>
iterator testsoon::array_generator< Type >::end (  ) 

Definition at line 509 of file testsoon.hpp.


The documentation for this class was generated from the following file:
Generated on Sat Dec 22 15:34:59 2007 for Test soon by  doxygen 1.5.3