MCPcopy Create free account
hub / github.com/Illumina/hap.py / BatchInfo

Class BatchInfo

external/jsoncpp/jsoncpp.cpp:1133–1138  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1131
1132private:
1133 struct BatchInfo {
1134 BatchInfo *next_;
1135 AllocatedType *used_;
1136 AllocatedType *end_;
1137 AllocatedType buffer_[objectPerAllocation];
1138 };
1139
1140 // disabled copy constructor and assignement operator.
1141 BatchAllocator(const BatchAllocator &);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected