#include <iostream>
#include <vector>
#include "boost/lambda/lambda.hpp"
#include "boost/function.hpp"
Include dependency graph for LambdaVector.cpp:

Go to the source code of this file.
Namespaces | |
| namespace | std |
| namespace | boost |
| namespace | boost::lambda |
Classes | |
| struct | CallbackStorage |
| Storage of callback functions. It is a struct just for demonstration purposes. More... | |
Functions | |
| void | f (const double &Value) |
| Callback function. | |
| void | g (const double &Value) |
| Callback function. | |
| int | main (void) |
Definition in file LambdaVector.cpp.
|
|
Callback function.
Definition at line 30 of file LambdaVector.cpp. Referenced by main(). |
|
|
Callback function.
Definition at line 38 of file LambdaVector.cpp. Referenced by CallbackStorage::insert(), and main(). |
1.4.4