This is Unofficial EPICS BASE Doxygen Site
helper.h File Reference
#include <memory>
+ Include dependency graph for helper.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 p2p
 

Macros

#define FOREACH(ITERTYPE, IT, END, C)   for(ITERTYPE IT=(C).begin(), END=(C).end(); IT!=END; ++IT)
 
#define PTRMOVE(AUTO)   (AUTO)
 

Macro Definition Documentation

#define FOREACH (   ITERTYPE,
  IT,
  END,
 
)    for(ITERTYPE IT=(C).begin(), END=(C).end(); IT!=END; ++IT)

Definition at line 6 of file helper.h.

#define PTRMOVE (   AUTO)    (AUTO)

Definition at line 15 of file helper.h.