MCPcopy Create free account
hub / github.com/BoevaLab/FREEC / template_1d_array

Method template_1d_array

src/ap.h:260–266  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

258{
259public:
260 template_1d_array()
261 {
262 m_Vec=0;
263 m_iVecSize = 0;
264 m_iLow = 0;
265 m_iHigh = -1;
266 };
267
268 ~template_1d_array()
269 {

Callers

nothing calls this directly

Calls 1

getcontentMethod · 0.80

Tested by

no test coverage detected