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

Flag for providing frontend source code directly as a string argument 더 자세히 ...

#include <bufferSrcFlag.hpp>

by::bufferSrcFlag에 대한 상속 다이어그램 :

Public 멤버 함수

 bufferSrcFlag (cli &c)
 
const nchargetName () const override
 
const nchargetDescription () const override
 
ncnt getArgCount () const override
 

Protected 멤버 함수

const strings & _getRegExpr () const override
 
res _onTake (const flagArgs &tray) const override
 

상세한 설명

Flag for providing frontend source code directly as a string argument

This flag allows users to pass frontend source code as a string, which is then parsed and executed by the interpreter. It consumes one additional argument for the source code string.

// Example usage:
// frontend --script "main() void: print(\"Hello, world!\")"

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