forked from qt-creator/qt-creator
		
	preprocessor: make CPlusPlus::Internal::ByteArrayRef public
Change-Id: Ief6ea71f750b6ba19b650050bae376f4ad82d9d2 Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
		@@ -79,7 +79,7 @@ public:
 | 
			
		||||
    Macro *remove(const QByteArray &name);
 | 
			
		||||
 | 
			
		||||
    Macro *resolve(const QByteArray &name) const;
 | 
			
		||||
    Macro *resolve(const Internal::ByteArrayRef &name) const;
 | 
			
		||||
    Macro *resolve(const ByteArrayRef &name) const;
 | 
			
		||||
 | 
			
		||||
    iterator firstMacro() const;
 | 
			
		||||
    iterator lastMacro() const;
 | 
			
		||||
@@ -87,11 +87,11 @@ public:
 | 
			
		||||
    void reset();
 | 
			
		||||
    void addMacros(const QList<Macro> ¯os);
 | 
			
		||||
 | 
			
		||||
    static bool isBuiltinMacro(const Internal::ByteArrayRef &name);
 | 
			
		||||
    static bool isBuiltinMacro(const ByteArrayRef &name);
 | 
			
		||||
 | 
			
		||||
private:
 | 
			
		||||
    static unsigned hashCode(const QByteArray &s);
 | 
			
		||||
    static unsigned hashCode(const Internal::ByteArrayRef &s);
 | 
			
		||||
    static unsigned hashCode(const ByteArrayRef &s);
 | 
			
		||||
    void rehash();
 | 
			
		||||
 | 
			
		||||
public:
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user