mirror of https://github.com/CppCon/CppCon2014.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
11 years ago | |
|---|---|---|
| .. | ||
| CMakeLists.txt | 11 years ago | |
| README.md | 11 years ago | |
| enum_example.h | 11 years ago | |
| hairpoll.cpp | 11 years ago | |
| hairpoll.h | 11 years ago | |
| hairpoll.py | 11 years ago | |
| poller.cpp | 11 years ago | |
| visibility.h | 11 years ago | |
README.md
This folder contains the example code for the CppCon 2014 presentation "Hourglass interfaces for C++ APIs".
The example code in this folder is placed in the public domain and is therefore free of copyright restrictions.
The code has been built and run under Mac OS X using the Clang compiler,
and can be built with cmake . && make.
-- Stefanus Du Toit, September 2014