Trippin Cyril
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Namespaces | Classes | Typedefs
trippingcyril Namespace Reference

Namespaces

 crash
 Crash related functions.
 
 database
 
 log
 
 net
 
 thread
 
 timing
 
 trippingcyril
 

Classes

class  Closable
 Writer class to provide a general closing operation. More...
 
class  Compressor
 Abstract compressor. More...
 
class  GZipCompressor
 A gzip implementation of the Compressor interface. More...
 
class  LZMACompressor
 A lzma implementation of the Compressor interface. More...
 
class  Decompressor
 Abstract decompressor. More...
 
class  GZipDecompressor
 A gzip implementation of the Decompressor interface. More...
 
class  Event
 Event class to automatically register and unregister event driven classes with modules, simply implement this from any event driven class. More...
 
class  File
 A general file access class. More...
 
class  TempFile
 An easy way to get temporary files in /tmp which will be deleted upon destruction of the object. More...
 
class  Dir
 A general directory access class. More...
 
class  FileObserverCallback
 An inotify wrapper class callback. More...
 
class  FileObserver
 An inotify wrapper class. More...
 
class  Global
 Our global class which has some key features. More...
 
class  Module
 Base class for modules. More...
 
class  InterModuleData
 Abstraction layer around the void pointer coming from InternalApiCall to allow for automatic destruction later on using CleanUpInterData. More...
 
class  ModuleThread
 
class  Pipe
 A wrapper class for pipes. More...
 
class  ShouldDelete
 A simple interface to determine if the object should be deleted or not. More...
 
class  StatsdClient
 A simple StatsdClient. More...
 
class  String
 A wrapper string class to make a various amount of things just easier to type. All strings used should be of this type, add methods to this class as you need them. More...
 
class  SubModuleLoader
 Our submodule loader, use this to load modules from within modules (we need to go deeper) More...
 
class  TermUtils
 Helper class to pretty print stuff to the terminal in a fairly standard way. More...
 
class  TriggerEvent
 
class  Writer
 Writer class to provide a general writing operation so it's easier to write wrapper classes for write operations. More...
 
class  StringWriter
 Simple in memory writer that just writes everything to a string. More...
 

Typedefs

typedef void * ModHandle
 

Typedef Documentation

typedef void* trippingcyril::ModHandle