#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 * | c_ptr () const throw () |
T & | operator * () const throw () |
T & | operator[] (difference_type i) const throw () |
scoped_array & | operator= (T *t) throw () |
typedef size_t pqxx::internal::scoped_array< T >::size_type |
typedef long pqxx::internal::scoped_array< T >::difference_type |
pqxx::internal::scoped_array< T >::scoped_array | ( | ) |
pqxx::internal::scoped_array< T >::scoped_array | ( | size_type | n | ) | [explicit] |
pqxx::internal::scoped_array< T >::scoped_array | ( | T * | t | ) | [explicit] |
pqxx::internal::scoped_array< T >::~scoped_array | ( | ) |
T* pqxx::internal::scoped_array< T >::c_ptr | ( | ) | const throw () |
T& pqxx::internal::scoped_array< T >::operator * | ( | ) | const throw () |
T& pqxx::internal::scoped_array< T >::operator[] | ( | difference_type | i | ) | const throw () |
scoped_array& pqxx::internal::scoped_array< T >::operator= | ( | T * | t | ) | throw () |