로딩중...
검색중...
일치하는것 없음
by::stelaTokenDispatcher 클래스 참조

Token dispatcher for managing token queue during parsing 더 자세히 ...

#include <stelaTokenDispatcher.hpp>

Public 멤버 함수

void add (nint newToken)
 
void addFront (nint newToken)
 
nbool pop (nint &output)
 Removes a token from the front of the queue.
 
ncnt len () const
 
void rel ()
 

상세한 설명

Token dispatcher for managing token queue during parsing

Manages a queue of tokens for lookahead and token buffering during the parsing process. Supports adding tokens to front and back.

멤버 함수 문서화

◆ pop()

nbool by::stelaTokenDispatcher::pop ( nint & output)

Removes a token from the front of the queue.

매개변수
outputReference to store the popped token ID.
반환값
true if a token was successfully popped, false if the queue was empty.

이 클래스에 대한 문서화 페이지는 다음의 파일로부터 생성되었습니다.: