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

Method setColumn

src/utils/KeyListOps/KeyListOpsMethods.h:27–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25 void setIsBam(bool isBam) { _isBam = isBam; }
26 void setKeyList(RecordKeyVector *keyList) { _keyList = keyList; }
27 void setColumn(int col) { _column = col; }
28 void setNullValue(const string & nullVal) { _nullVal = nullVal; }
29 const string &getNullValue() const { return _nullVal; }
30 void setDelimStr(const string &delimStr) { _delimStr = delimStr; }

Callers 1

KeyListOps.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected