Macaulay2 Engine
Loading...
Searching...
No Matches

◆ ~SLP()

template<class Field>
SLP< Field >::~SLP ( )
virtual

Definition at line 72 of file NAG.cpp.

73{
75 if (handle != nullptr)
76 {
77 printf("closing library\n");
79 }
80}
#define dlclose(x)
Definition NAG.cpp:16
void * handle
Definition NAG.hpp:504
element_type * nodes
Definition NAG.hpp:499
Definition NAG.hpp:485
void freemem(void *s)
Definition m2-mem.cpp:103

References dlclose, freemem(), handle, and nodes.