Class List > eosio :: ignore

Tells the datastream to ignore this type, but allows the abi generator to add the correct type. Currently non-ignore types can not succeed an ignore type in a method definition, i.e. void foo(float, ignore) is allowed and void foo(float, ignore, int) is not allowed. This restriction will be relaxed in a later release. More...

Detailed Description

Tells the datastream to ignore this type, but allows the abi generator to add the correct type. Currently non-ignore types can not succeed an ignore type in a method definition, i.e. void foo(float, ignore) is allowed and void foo(float, ignore, int) is not allowed. This restriction will be relaxed in a later release.


The documentation for this class was generated from the following file: libraries/eosiolib/ignore.hpp