#include "abi.h"#include "op_abi.h"#include "odb.h"#include "op_sample_file.h"#include <iostream>#include <cassert>
Go to the source code of this file.
Typedefs | |
| typedef map< string, int > | abi_map |
| typedef abi_map::const_iterator | abi_iter |
Functions | |
| ostream & | operator<< (ostream &o, abi const &abi) |
| istream & | operator>> (istream &i, abi &abi) |
Definition in file abi.cpp.
| ostream& operator<< | ( | ostream & | o, | |
| abi const & | abi | |||
| ) |
Definition at line 53 of file abi.cpp.
References abi::slots.
| istream& operator>> | ( | istream & | i, | |
| abi & | abi | |||
| ) |
Definition at line 65 of file abi.cpp.
References abi::slots.
1.6.1