///////////////////////////////////////////////////////////////////////////// // Name: No names yet. // Purpose: Contrib. demo // Author: Aleksandras Gluchovas // Modified by: // Created: 27/12/98 // RCS-ID: $Id: ifcontext.h 41020 2006-09-05 20:47:48Z VZ $ // Copyright: (c) Aleskandars Gluchovas // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// #ifndef __IFCONTEXT_G__ #define __IFCONTEXT_G__ #include "srcparser.h" #include "cjparser.h" class spBookmark { public: size_t mFrom; size_t mLen; size_t mFileNo; inline spBookmark() {} inline spBookmark( int from, int len, int fileNo ) : mFrom( from ), mLen( len ), mFileNo( fileNo ) {} }; #if defined( wxUSE_TEMPLATE_STL ) typedef vector