Cppcheck
Public Member Functions | Public Attributes | List of all members
TokensFrontBack Struct Reference

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

Tokenfront {}
 
Tokenback {}
 
const TokenListlist
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ TokensFrontBack()

TokensFrontBack::TokensFrontBack ( const TokenList list)
inlineexplicit

Definition at line 47 of file tokenlist.h.

Member Data Documentation

◆ back

Token* TokensFrontBack::back {}

◆ front

Token* TokensFrontBack::front {}

◆ list

const TokenList& TokensFrontBack::list

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