Qt 4.8
Public Functions | List of all members
p5s_deleter Struct Reference

Public Functions

 ~p5s_deleter ()
 

Detailed Description

Definition at line 1091 of file qlocale_tools.cpp.

Constructors and Destructors

◆ ~p5s_deleter()

p5s_deleter::~p5s_deleter ( )
inline

Definition at line 1093 of file qlocale_tools.cpp.

1094  {
1095  while (p5s) {
1096  Bigint *next = p5s->next;
1097  Bfree(p5s);
1098  p5s = next;
1099  }
1100  }
struct Bigint * next
static Bigint * p5s
static void Bfree(Bigint *v)

The documentation for this struct was generated from the following file: