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.
Stefanus Du Toit aa14d78a3a Add code for "Hourglass Interfaces for C++ APIs". 11 years ago
..
CMakeLists.txt Add code for "Hourglass Interfaces for C++ APIs". 11 years ago
README.md Add code for "Hourglass Interfaces for C++ APIs". 11 years ago
enum_example.h Add code for "Hourglass Interfaces for C++ APIs". 11 years ago
hairpoll.cpp Add code for "Hourglass Interfaces for C++ APIs". 11 years ago
hairpoll.h Add code for "Hourglass Interfaces for C++ APIs". 11 years ago
hairpoll.py Add code for "Hourglass Interfaces for C++ APIs". 11 years ago
poller.cpp Add code for "Hourglass Interfaces for C++ APIs". 11 years ago
visibility.h Add code for "Hourglass Interfaces for C++ APIs". 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