mongo::BSONFieldValue< T > Class Template Reference

#include <bsonobjbuilder.h>

List of all members.

Public Member Functions

 BSONFieldValue (const string &name, const T &t)
const string & name () const
const T & value () const

Private Attributes

string _name
_t

Detailed Description

template<typename T>
class mongo::BSONFieldValue< T >

Definition at line 37 of file bsonobjbuilder.h.


Constructor & Destructor Documentation

template<typename T>
mongo::BSONFieldValue< T >::BSONFieldValue ( const string &  name,
const T &  t 
) [inline]

Definition at line 39 of file bsonobjbuilder.h.


Member Function Documentation

template<typename T>
const string& mongo::BSONFieldValue< T >::name (  )  const [inline]

Definition at line 45 of file bsonobjbuilder.h.

template<typename T>
const T& mongo::BSONFieldValue< T >::value (  )  const [inline]

Definition at line 44 of file bsonobjbuilder.h.


Member Data Documentation

template<typename T>
string mongo::BSONFieldValue< T >::_name [private]

Definition at line 48 of file bsonobjbuilder.h.

template<typename T>
T mongo::BSONFieldValue< T >::_t [private]

Definition at line 49 of file bsonobjbuilder.h.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines


mongodb
Author(s): Nate Koenig
autogenerated on Fri Jan 11 12:15:53 2013