Free Electron
Classes | Namespaces | Macros | Typedefs | Functions
Scope.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  fe::Accessor< T >
 The main data access class for the data system. More...
 
class  fe::Scope
 Layout namespace. More...
 

Namespaces

 fe
 kernel
 

Macros

#define FE_SCOPE_SUPPORT_WATCHERS   FALSE
 
#define FE_SCOPE_GETRECORD   FALSE
 

Typedefs

typedef AutoHashMap< String, Array< String > > fe::StringStringsMap
 
typedef AutoHashMap< hp< Layout >, sp< StoreI > > fe::layout_store_map
 
typedef Array< sp< Attribute > > fe::t_attributes
 Attribute collection. More...
 
typedef std::list< sp< Depend > > fe::t_depends
 Depend collection. More...
 
typedef Array< hp< Layout > > fe::t_layouts
 Layout collection. More...
 
typedef std::map< String, unsigned int > fe::t_indexmap
 
typedef std::map< Attribute *, unsigned int > fe::t_attrmap
 

Functions

void fe::assertData (sp< TypeMaster > spTypeMaster)