Skip to content

mroctavious/Metaqueue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

METAQUEUE

Queues powered with Metaprogramming(STL).

Metaqueue is a simple library which can be used to enqueue and dequeue messages from the OS queue. You wont have to worry about buffers, type convertions, etc. Thanks to the power of metaprogramming, simply by using C++ templates.

Features

  • 2 simple functions, enqueue, dequeue and thats all!
  • Use the templates to save your favourite structure in the queue.
  • You can use std string and other simple or complex classes!

Markdown is a lightweight markup language based on the formatting conventions that people naturally use in email. As [John Gruber] writes on the [Markdown site][df1]

The overriding design goal for Markdown's formatting syntax is to make it as readable as possible. The idea is that a Markdown-formatted document should be publishable as-is, as plain text, without looking like it's been marked up with tags or formatting instructions.

This text you see here is *actually- written in Markdown! To get a feel for Markdown's syntax, type some text into the left window and watch the results in the right.

Installation

Metaqueue requires C++11 std11+ to compile.

g++ -lrt -std=c++11 source.cxx -o binary.bin

License

GPL

Free Software, Hell Yeah!

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages