MCPcopy Create free account
hub / github.com/comaps/comaps / Empty

Method Empty

generator/feature_maker_base.cpp:33–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31}
32
33bool FeatureMakerBase::Empty() const
34{
35 return m_queue.empty();
36}
37
38bool FeatureMakerBase::GetNextFeature(FeatureBuilder & feature)
39{

Callers 6

GetNameAndTypeFunction · 0.45
FinishMethod · 0.45
operator()Method · 0.45
operator()Method · 0.45
UNIT_TESTFunction · 0.45
UNIT_CLASS_TESTFunction · 0.45

Calls 1

emptyMethod · 0.45

Tested by 2

UNIT_TESTFunction · 0.36
UNIT_CLASS_TESTFunction · 0.36