CppParser
|
#include <cpptoken.h>
Public Member Functions | |
bool | operator== (const CppToken &rhs) const |
bool | operator!= (const CppToken &rhs) const |
operator std::string () const | |
std::string | toString () const |
Public Attributes | |
const char * | sz |
size_t | len |
Definition at line 34 of file cpptoken.h.
|
inline |
|
inline |
Definition at line 46 of file cpptoken.h.
|
inline |
Definition at line 39 of file cpptoken.h.
|
inline |
size_t CppToken::len |
Definition at line 37 of file cpptoken.h.
const char* CppToken::sz |
Definition at line 36 of file cpptoken.h.