#include "common/lstring.h"
#include "basicnodes/basic.h"
#include "suifnodes/suif.h"
#include "cfenodes/cfe.h"
Go to the source code of this file.
Compounds | |
class | NodeBuilder |
Functions | |
template<class T> T* | to_ref_type (NodeBuilder* nb, Type* t) |
Retrieve and cast the reference type of a pointer type. More... |
|
Retrieve and cast the reference type of a pointer type.
If t is not a point to T, return 0;
Originally implemented as a method of NodeBuilder. Now as a standalone function because the Visual C++ compiler cannot handle it.