Skip to content
Snippets Groups Projects
Commit 268de43a authored by Mark OLESEN's avatar Mark OLESEN
Browse files

ENH: provision for delayed reading of compound tokens (#2953)

- the construction of compound tokens is now split into two stages:
    - default construct
    - read contents
  This permits a larger variety of handling.

- the new token::readCompoundToken(..) method allows for simpler
  more failsafe invocations.

- forward resize(), read() methods for compound tokens to support
  separate read and population.
  Top-level refCompoundToken() method for modify access.

ENH: split off a private readCompoundToken() method within ISstream

- this allows overloading and alternative tokenisation handling for
  derived classes
parent 43f8b477
No related branches found
No related tags found
1 merge request!621Extend ITstream handling and provision for delayed reading of compound tokens
Showing
with 1052 additions and 146 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment