update most of the API from callbacks to std::function, port python, java and C#

This commit is contained in:
Laurent Perron
2015-08-13 16:00:54 +02:00
parent 3b2a786030
commit ebd7b92d3f
111 changed files with 3129 additions and 2489 deletions

View File

@@ -22,7 +22,7 @@
#include <algorithm>
#include <cstdio>
#include <cstring>
#include "base/unique_ptr.h"
#include <memory>
#include <string>
#include "base/callback.h"