MCPcopy Create free account
hub / github.com/NGSolve/ngsolve / GetToken

Function GetToken

ngstd/evalfunc.hpp:362–363  ·  view source on GitHub ↗

returns last token

Source from the content-addressed store, hash-verified

360
361 /// returns last token
362 EVAL_TOKEN GetToken() const
363 { return token; }
364
365 /// returns num_value of last token
366 double GetNumValue() const

Callers 6

ParseMethod · 0.85
ParseCommaExpressionMethod · 0.85
ParseExpressionMethod · 0.85
ParseSubExpressionMethod · 0.85
ParseTermMethod · 0.85
ParsePrimaryMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected