MCPcopy Create free account
hub / github.com/csmith-project/csmith / SimpleDeltaSequence

Method SimpleDeltaSequence

src/SimpleDeltaSequence.cpp:90–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88SimpleDeltaSequence *SimpleDeltaSequence::impl_ = NULL;
89
90SimpleDeltaSequence::SimpleDeltaSequence(const char sep_char)
91 : sep_char_(sep_char),
92 current_pos_(0)
93{
94 // Nothing to do
95}
96
97SimpleDeltaSequence::~SimpleDeltaSequence()
98{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected