Skip to content
  • Mark OLESEN's avatar
    ENH: adjust return type for token compound factory method · 411ac5fc
    Mark OLESEN authored
    - return autoPtr<token::compound> instead of the derived type,
      otherwise cannot easily construct a token from it
    
    ENH: additional typed version of refCompoundToken()
    
    - symmetric with typed version of transferCompoundToken()
      and isCompound()
    
    - add ITstream::findCompound<Type>() method.
      Useful for searching within token streams
    411ac5fc