poison.core

Package module for the core modules.

Modules

action
module poison.core.action

Module for actions. Actions are classes that wraps around a function pointer or delegate.

application
module poison.core.application

Module for core application handling.

eventargs
module poison.core.eventargs

Package module for event args.

eventhandler
module poison.core.eventhandler

Module for event handlers.

eventobserver
module poison.core.eventobserver

Module for event observation.

exceptions
module poison.core.exceptions

Package module for exceptions.

location
module poison.core.location

Module for location handling.

threading
module poison.core.threading

Module for threading.

vector
module poison.core.vector

Module for vectors.

Public Imports

poison.core.application
public import poison.core.application;
poison.core.vector
public import poison.core.vector;
poison.core.location
public import poison.core.location;
poison.core.eventobserver
public import poison.core.eventobserver;
poison.core.eventhandler
public import poison.core.eventhandler;
poison.core.action
public import poison.core.action;
poison.core.threading
public import poison.core.threading;
poison.core.eventargs
public import poison.core.eventargs;
poison.core.exceptions
public import poison.core.exceptions;

Meta

Authors

Jacob Jensen