// this file is autogenerated, do not modify!!! #include #include #include "${ETH_RESOURCE_NAME}.h" using namespace std; using namespace dev; using namespace dev::eth; ${ETH_RESOURCE_NAME}::${ETH_RESOURCE_NAME}() { ${ETH_RESULT_DATA} ${ETH_RESULT_INIT} } string ${ETH_RESOURCE_NAME}::loadResourceAsString(string _name) { ostringstream bistream; bistream.write(eth_resources[_name], eth_sizes[_name]); return bistream.str(); }