isSpecialFunction

Checks whether name is the name of a special function which should be IgnoreUDA when generating RPC methods. Ignores startSession, constructors, destructors, toHash and toString.

enum bool isSpecialFunction(string name);

Meta