typesolver.cc File Reference
#include "CPPParser.hpp"
#include "CPPLexer.hpp"
#include "typesolver.hh"
#include <typelib/registry.hh>
#include <utilmm/stringtools.hh>
#include "packing.hh"
#include <typelib/typevisitor.hh>
#include <iostream>
#include <numeric>
#include <sstream>
#include <cassert>
Go to the source code of this file.
Function Documentation
BOOST_STATIC_ASSERT |
( |
sizeof(map< int8_t, int16_t >) |
= =sizeof(map< double, float >) |
) |
|
BOOST_STATIC_ASSERT |
( |
sizeof(set< int8_t >) |
= =sizeof(set< double >) |
) |
|
BOOST_STATIC_ASSERT |
( |
sizeof(vector< int8_t >) |
= =sizeof(vector< double >) |
) |
|
ostream& operator<< |
( |
ostream & |
io, |
|
|
TypeSolver::CurrentTypeDefinition const & |
def | |
|
) |
| | |
Variable Documentation
Initial value: {
{ "std/vector", sizeof(vector<int>) },
{ "std/set", sizeof(set<int>) },
{ "std/map", sizeof(map<int, int>) },
{ 0, 0 }
}
Definition at line 235 of file typesolver.cc.