| 
    CppParser
    
   | 
 


Go to the source code of this file.
Functions | |
| template<class Iter > | |
| std::reverse_iterator< Iter > | rev (Iter i) | 
| CppToken | classNameFromIdentifier (const CppToken &identifier) | 
| std::string | pruneClassName (const CppToken &identifier) | 
| std::string | readFile (const std::string &filename) | 
| std::vector< CppToken > | explode (CppToken token, const char *delim) | 
| std::string readFile | ( | const std::string & | filename | ) |