Alien-SmokeQt
    
    
  
  
  
view release on metacpan or search on metacpan
generator/parser/rpp/pp-stream.h view on Meta::CPAN
      const unsigned int* next = c+1;
      if (next >= end || !isCharacter(*next))
        return (char)0;
      return characterFromIndex(*next);
    }
    //Slow, just for debugging
    QByteArray stringFrom(int offset) const;
    /// \warning the input and output lines are not updated when calling this function.
    ///          if you're seek()ing over a line boundary, you'll need to fix the line and column
    ///          numbers.
    void seek(int offset);
    /// Start from the beginning again
    void reset();
    /// Lock/unlock the input position. If the input position is locked, it will not be moved forwards.
    void lockInputPosition(bool lock);
    
  
  
  
( run in 0.257 second using v1.01-cache-2.11-cpan-0a6323c29d9 )