Skip to content
Snippets Groups Projects
ISREndDoc.h 318 B
Newer Older
  • Learn to ignore specific revisions
  • //
    // Created by Jake Close on 3/13/18.
    //
    
    #pragma once
    
    #include "ISR.h"
    
    // Find occurrences of document ends.
    
    class ISREndDoc : ISR
    	{
    
    vcday's avatar
    vcday committed
    public:
    	Location GetCurrentLocation ( );
    
    	Location GetPreviousLocation ( );
    
    	unsigned GetDocumentLength ( );
    
    	unsigned GetTitleLength ( );
    
    	unsigned GetUrlLength ( );