libpqxx
4.0.1
|
#include <util.hxx>
Public Types | |
typedef size_t | size_type |
typedef long | difference_type |
Public Member Functions | |
scoped_array () | |
scoped_array (size_type n) | |
scoped_array (T *t) | |
~scoped_array () | |
T * | get () const throw () |
T & | operator* () const throw () |
template<typename INDEX > | |
T & | operator[] (INDEX i) const throw () |
scoped_array & | operator= (T *t) throw () |
typedef long pqxx::internal::scoped_array< T >::difference_type |
typedef size_t pqxx::internal::scoped_array< T >::size_type |
pqxx::internal::scoped_array< T >::scoped_array | ( | ) |
|
explicit |
|
explicit |
pqxx::internal::scoped_array< T >::~scoped_array | ( | ) |
T* pqxx::internal::scoped_array< T >::get | ( | ) | const throw () |
Referenced by pqxx::internal::parameterized_invocation::exec(), and pqxx::prepare::invocation::exec().
T& pqxx::internal::scoped_array< T >::operator* | ( | ) | const throw () |
scoped_array& pqxx::internal::scoped_array< T >::operator= | ( | T * | t | ) | throw () |
T& pqxx::internal::scoped_array< T >::operator[] | ( | INDEX | i | ) | const throw () |