SpiecsEngine
 
Loading...
Searching...
No Matches

◆ ~span_list()

scl::span_list::~span_list ( )
virtual

Destructor Function.

Definition at line 31 of file SpanList.cpp.

32 {
33 if (m_Head)
34 {
35 delete m_Head;
36 m_Head = nullptr;
37 }
38 }
span * m_Head
list entry point.
Definition SpanList.h:140

References m_Head.