| 
    Cppcheck
    
   | 
 
This struct stores pointers to the front and back tokens of the list this token is in. More...
#include <tokenlist.h>
Public Member Functions | |
| TokensFrontBack (const TokenList &list) | |
Public Attributes | |
| Token * | front {} | 
| Token * | back {} | 
| const TokenList & | list | 
This struct stores pointers to the front and back tokens of the list this token is in.
Definition at line 46 of file tokenlist.h.
      
  | 
  inlineexplicit | 
Definition at line 47 of file tokenlist.h.
| Token* TokensFrontBack::back {} | 
Definition at line 49 of file tokenlist.h.
Referenced by TokenList::addtoken(), TokenList::createTokens(), TokenList::deallocateTokens(), Token::deleteNext(), Token::insertToken(), and Token::replace().
| Token* TokensFrontBack::front {} | 
Definition at line 48 of file tokenlist.h.
Referenced by TokenList::addtoken(), TokenList::createTokens(), TokenList::deallocateTokens(), Token::deletePrevious(), and Token::insertToken().
| const TokenList& TokensFrontBack::list | 
Definition at line 50 of file tokenlist.h.
Referenced by Token::isC(), Token::isCpp(), Token::printValueFlow(), and Token::update_property_info().