#include <syncclusterconnection.h>
Public Member Functions | |
pair< string, BSONObj > | operator[] (unsigned i) const |
unsigned | size () const |
UpdateNotTheSame (int code, const string &msg, const vector< string > &addrs, const vector< BSONObj > &lastErrors) | |
virtual | ~UpdateNotTheSame () throw () |
Private Attributes | |
vector< string > | _addrs |
vector< BSONObj > | _lastErrors |
Definition at line 113 of file syncclusterconnection.h.
mongo::UpdateNotTheSame::UpdateNotTheSame | ( | int | code, | |
const string & | msg, | |||
const vector< string > & | addrs, | |||
const vector< BSONObj > & | lastErrors | |||
) | [inline] |
Definition at line 115 of file syncclusterconnection.h.
virtual mongo::UpdateNotTheSame::~UpdateNotTheSame | ( | ) | throw () [inline, virtual] |
Definition at line 120 of file syncclusterconnection.h.
pair<string,BSONObj> mongo::UpdateNotTheSame::operator[] | ( | unsigned | i | ) | const [inline] |
Definition at line 127 of file syncclusterconnection.h.
unsigned mongo::UpdateNotTheSame::size | ( | ) | const [inline] |
Definition at line 123 of file syncclusterconnection.h.
vector<string> mongo::UpdateNotTheSame::_addrs [private] |
Definition at line 133 of file syncclusterconnection.h.
vector<BSONObj> mongo::UpdateNotTheSame::_lastErrors [private] |
Definition at line 134 of file syncclusterconnection.h.