libpqxx  v4.0-1
C++ library for PostgreSQL
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
pqxx::internal::namedclass Class Reference

#include <util.hxx>

Inheritance diagram for pqxx::internal::namedclass:
Collaboration diagram for pqxx::internal::namedclass:

Public Member Functions

 namedclass (const PGSTD::string &Classname, const PGSTD::string &Name="")
 
const PGSTD::string & classname () const throw ()
 
PGSTD::string description () const
 
const PGSTD::string & name () const throw ()
 

Private Attributes

PGSTD::string m_Classname
 
PGSTD::string m_Name
 

Constructor & Destructor Documentation

pqxx::internal::namedclass::namedclass ( const PGSTD::string &  Classname,
const PGSTD::string &  Name = "" 
)
inline

Member Function Documentation

const PGSTD::string& pqxx::internal::namedclass::classname ( ) const throw ()
inline
PGSTD::string pqxx::internal::namedclass::description ( ) const
const PGSTD::string& pqxx::internal::namedclass::name ( ) const throw ()
inline

Member Data Documentation

PGSTD::string pqxx::internal::namedclass::m_Classname
private
PGSTD::string pqxx::internal::namedclass::m_Name
private

The documentation for this class was generated from the following file: