template-project-cpp
Loading...
Searching...
No Matches
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123]
 NtpcppAll tpcpp classes are placed in this namespace
 CAssign
 CBinary
 CBoxBoxing for all tpcpp::Expr classes
 CCall
 CCallableAn interface for callable objects
 CEvaluatorExprEvaluate each tpcpp::Expr to a tpcpp::Object
 CFunction
 CFunctionTraits
 CFunctionTraits< std::function< R(Args...)> >
 CGrouping
 CInterpreterThe tpcpp interpreter, which is a simple calculator
 CLiteral
 CLogical
 COpCollectorHelper class to collect call operators from all lambdas
 CParserThe tpcpp parser
 CParseExceptionException thrown when a parsing error occurs
 CPrinterExprPrint each tpcpp::Expr as a string
 CRuntimeError
 CScannerThe tpcpp scanner/lexer
 CTokenSingle unit of source code, as produced by the Scanner
 CUnary
 CVariable