mongo ~master (2018-04-13T19:25:57Z)
Dub
Repo
BSONIter
mongo
Empty if constructed with null.
struct
BSONIter {
bson_iter_t
iter
;
this
();
bool
empty
;
auto
front
();
auto
popFront
();
this
(bson_t* toIterate);
}
Constructors
this
this
()
Undocumented in source.
this
this
(bson_t* toIterate)
Undocumented in source.
Members
Functions
front
auto
front
()
Undocumented in source. Be warned that the author may not have intended to support it.
popFront
auto
popFront
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
empty
bool
empty
;
Undocumented in source.
iter
bson_iter_t
iter
;
Undocumented in source.
Meta
Source
See Implementation
mongo
enums
MongoDocCreated
MongoDocUpdated
MongoKeep
functions
as
checkIfDefault
empty
fillBSON
findID
fromId
fromJSON
hasID
strUDA
toBSON
toId
structs
BSON
BSONIter
Client
Collection
Cursor
Database
DateTime
MongoPool
ScopedBSON
Empty if constructed with null.