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

Method template_2d_array

src/ap.h:414–422  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

412{
413public:
414 template_2d_array()
415 {
416 m_Vec=0;
417 m_iVecSize=0;
418 m_iLow1 = 0;
419 m_iHigh1 = -1;
420 m_iLow2 = 0;
421 m_iHigh2 = -1;
422 };
423
424 ~template_2d_array()
425 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected