LibreOffice Module basic (master) 1
Classes | Typedefs | Functions
codecompletecache.hxx File Reference
#include <config_options.h>
#include <basic/basicdllapi.h>
#include <rtl/ustring.hxx>
#include <unordered_map>
Include dependency graph for codecompletecache.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  CodeCompleteOptions
 

Typedefs

typedef std::unordered_map< OUString, OUString > CodeCompleteVarTypes
 
typedef std::unordered_map< OUString, CodeCompleteVarTypesCodeCompleteVarScopes
 

Functions

class UNLESS_MERGELIBS (BASIC_DLLPUBLIC) CodeCompleteDataCache final
 

Typedef Documentation

◆ CodeCompleteVarScopes

typedef std::unordered_map< OUString, CodeCompleteVarTypes > CodeCompleteVarScopes

Definition at line 30 of file codecompletecache.hxx.

◆ CodeCompleteVarTypes

typedef std::unordered_map< OUString, OUString > CodeCompleteVarTypes

Definition at line 28 of file codecompletecache.hxx.

Function Documentation

◆ UNLESS_MERGELIBS()

class UNLESS_MERGELIBS ( BASIC_DLLPUBLIC  )
final

Definition at line 33 of file codecompletecache.hxx.