Cerberus X Documentation

Module brl

The brl module is a set of utility classes and functions. More...

Declarations

Imports
brl.admob The admob module provides simple support for the Google Admob advertising system including interstitial ads, which allows you to add advertising to your games.
brl.asyncevent The asyncevent module provides core functionality for handling asynchronous (async) events.
brl.cerberusstore The CerberusStore module allows apps to perform 'in app purchases' (IAP) on the android, ios and winrt/windows8.1 targets.
brl.databuffer Databuffer objects provide storage for arbitrary data.
brl.datastream A datastream allows you to read and write data to and from a databuffer in a stream-like way.
brl.events The events module contains the Events class which provides numerous method regarding event handling and the Interface IOnEvent which you need to implement to receive fired events.
brl.filepath The filepath module contains functions for manipulating file paths.
brl.filestream A filestream allows you to read/write data from/to a file.
brl.filesystem The filesystem module allows you to inspect and modify files on the filesystem.
brl.gamecenter The gamecenter module provides simple support for the iOS Game Center framework.
brl.httprequest The httprequest module allows you to perform http requests such as GET and POST.
brl.ini Ini handler module.
brl.json Minimalistic JSON module.
brl.markdown The markdown module converts easy to read/write plain text (known as markdown) to html, using a simple text formatting syntax.
brl.pool
brl.process
brl.requesters The requesters module allows you to use simple modal requesters with the glfw3 target.
brl.ringbuffer A ringbuffer is a circular FIFO buffer that wraps a DataBuffer.
brl.socket
brl.stream Streams are used to read or write data in a sequential manner.
brl.tcpstream A tcp stream represents a synchronous tcp connection to a host on the internet.
brl.timer The timer module provides support timer based event management.
brl.tween The tween module provides simple support for loops using the built in interpolation functions.
brl.url A url, or web address, is a character string that specifies the location of a resource.
brl.vec2d The vec2d module contains the Vec2D class which provides numerous method regarding 2D vector handling.
brl.xml XML handler module.

Detailed Discussion

The brl module is a set of utility classes and functions.

To import all modules in brl, simply add "Import brl" at the top of your program.