17 #ifdef __GLIBCXX__ // for memory management with shared_ptr
18 # include <tr1/memory>
21 # define __IBMCPP_TR1__
26 #include "LifoException.hxx"
32 #define LifoPtr boost::shared_ptr<Lifo>
226 void node(std::string sname, std::string node, std::string stype)
throw(
LifoException);
321 void push(std::string sname, std::string myFile, std::string stype)
throw(
LifoException);
334 void push(std::string sname, std::string myFile, std::string stype,
368 std::vector<ClcmPtr> *global_list;