CPostfix          244 assemble.cpp   CPostfix * g_pCPostfix;
CPostfix          398 assemble.cpp           g_pCPostfix = new CPostfix(POSTFIX_NO_DEBUG);
CPostfix          512 assemble.cpp           g_pCPostfix = new CPostfix(POSTFIX_NO_DEBUG);
CPostfix           45 cpostfix.hpp   	CPostfix(int);
CPostfix           56 cpostfix.hpp   CPostfix::CPostfix(int argc)
CPostfix           69 cpostfix.hpp   void CPostfix::push(int ele)
CPostfix           75 cpostfix.hpp   char CPostfix::pop(void)
CPostfix           81 cpostfix.hpp   void CPostfix::mostra(void) 
CPostfix           92 cpostfix.hpp   int CPostfix::preced(char simb) 
CPostfix          102 cpostfix.hpp   int CPostfix::convert(char *szInput)
CPostfix          197 cpostfix.hpp   char * CPostfix::getresult(void)
CPostfix           44 testpfix.cpp   	CPostfix pfix(argc);