~ubuntu-branches/ubuntu/maverick/codelite/maverick

« back to all changes in this revision

Viewing changes to CodeLite/tags_storage_sqlite3.h

  • Committer: Bazaar Package Importer
  • Author(s): Alessio Treglia
  • Date: 2010-07-29 19:42:47 UTC
  • mfrom: (1.1.9 upstream) (18.1.1 sid)
  • Revision ID: james.westby@ubuntu.com-20100729194247-cuibfk03wog33nxq
Tags: 2.6.0.4189~dfsg-1
* New upstream release.
* Bump Standards.
* Refresh patches.
* Add license information about files under ./Debugger/

Show diffs side-by-side

added added

removed removed

Lines of Context:
205
205
        void DeleteFromFiles        (const wxArrayString &files);
206
206
 
207
207
        /**
 
208
         * @brief return list of tags of type 'dereference operator (->)' for a given scope
 
209
         * @param scope
 
210
         * @param tags [output]
 
211
         */
 
212
        virtual void GetDereferenceOperator(const wxString& scope, std::vector<TagEntryPtr>& tags);
 
213
        
 
214
        /**
 
215
         * @brief return list of tags of type 'subscript operator' for a given scope
 
216
         * @param scope
 
217
         * @param tags [output]
 
218
         */
 
219
        virtual void GetSubscriptOperator(const wxString& scope, std::vector<TagEntryPtr>& tags);
 
220
 
 
221
        /**
208
222
         * Begin transaction.
209
223
         */
210
224
        void Begin() {