MCPcopy Create free account
hub / github.com/BambooTracker/BambooTracker / Pattern

Method Pattern

BambooTracker/module/pattern.cpp:37–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35}
36
37Pattern::Pattern(int n, size_t defSize)
38 : num_(n), size_(defSize), steps_(defSize), usedCnt_(0)
39{
40}
41
42Pattern::Pattern(int n, size_t size, const std::vector<Step>& steps)
43 : num_(n), size_(size), steps_(steps), usedCnt_(0)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected