![]() |
Elm
2
ELM is a library providing generic data structures, OS-independent interface, plugins and XML.
|
#include </home/sandro/Softwares/Otawa/otawa_sources/elm/src/data.h>
Public Types | |
| typedef X | x_t |
| typedef Y | y_t |
Public Member Functions | |
| Y | operator() (const X &x, const A &a) |
Concept representing a function transforming a data to another one of the same set (with additional argument).
| X | Type of input argument. |
| Y | Type of function result. |
| typedef X x_t |
| typedef Y y_t |
| Y operator() | ( | const X & | x, |
| const A & | a | ||
| ) |