MCPcopy Create free account
hub / github.com/arq5x/bedtools2 / KeyListOpsMethods

Method KeyListOpsMethods

src/utils/KeyListOps/KeyListOpsMethods.cpp:14–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12#include "ParseTools.h" //to get the isNumeric function
13
14KeyListOpsMethods::KeyListOpsMethods()
15: _keyList(&_nullKeyList),
16 _column(1),
17 _nullVal("."),
18 _delimStr(","),
19 _iter(_nullKeyList.begin()),
20 _nonNumErrFlag(false),
21 _isBam(false)
22{
23}
24
25KeyListOpsMethods::KeyListOpsMethods(RecordKeyVector *keyList, int column)
26: _keyList(keyList),

Callers

nothing calls this directly

Calls 1

beginMethod · 0.45

Tested by

no test coverage detected