CppParser
Loading...
Searching...
No Matches
CppToken Struct Reference

#include <cpptoken.h>

Collaboration diagram for CppToken:
Collaboration graph

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
 

Detailed Description

Definition at line 34 of file cpptoken.h.

Member Function Documentation

◆ operator std::string()

CppToken::operator std::string ( ) const
inline

Definition at line 53 of file cpptoken.h.

Here is the call graph for this function:

◆ operator!=()

bool CppToken::operator!= ( const CppToken rhs) const
inline

Definition at line 46 of file cpptoken.h.

◆ operator==()

bool CppToken::operator== ( const CppToken rhs) const
inline

Definition at line 39 of file cpptoken.h.

◆ toString()

std::string CppToken::toString ( ) const
inline

Definition at line 58 of file cpptoken.h.

Here is the caller graph for this function:

Member Data Documentation

◆ len

size_t CppToken::len

Definition at line 37 of file cpptoken.h.

◆ sz

const char* CppToken::sz

Definition at line 36 of file cpptoken.h.


The documentation for this struct was generated from the following file: