All Classes Files Functions Variables Typedefs Pages
Classes
ContextBase.hpp File Reference

Detailed Description

This file is part of the Lumina Graphic Library.

Author
Lukas Kalbertodt lukas.nosp@m..kal.nosp@m.berto.nosp@m.dt@g.nosp@m.mail..nosp@m.com

ContextBase is an implementation of the lumina base (see L/core/NullBase.hpp for more information). Each object has a service context and it will use the service associated with that specific context. It can be used to have different windows or debug contexts. Please note that this base saves the context, which is of type config::ServiceContext (often 8 or 16 bit). This information is at the beginning of your classes memory layout. Additional padding can consume even more space. If you don't need to configure different services, you can use SingleBase.

Go to the source code of this file.

Classes

class  ContextBase