#include <bsonobjbuilder.h>
Public Member Functions | |
| BSONFieldValue (const string &name, const T &t) | |
| const string & | name () const |
| const T & | value () const |
Private Attributes | |
| string | _name |
| T | _t |
Definition at line 37 of file bsonobjbuilder.h.
| mongo::BSONFieldValue< T >::BSONFieldValue | ( | const string & | name, | |
| const T & | t | |||
| ) | [inline] |
Definition at line 39 of file bsonobjbuilder.h.
| const string& mongo::BSONFieldValue< T >::name | ( | ) | const [inline] |
Definition at line 45 of file bsonobjbuilder.h.
| const T& mongo::BSONFieldValue< T >::value | ( | ) | const [inline] |
Definition at line 44 of file bsonobjbuilder.h.
string mongo::BSONFieldValue< T >::_name [private] |
Definition at line 48 of file bsonobjbuilder.h.
T mongo::BSONFieldValue< T >::_t [private] |
Definition at line 49 of file bsonobjbuilder.h.