Represents a function pointer invocation. More...
#include <function_pointer_call_expression.h>
Public Member Functions | |
function_pointer_call_expression (expression *fn_ptr, vector< expression * > args, type *t, location loc) | |
virtual string | to_string () const |
virtual expression * | get_function_pointer () |
bool | has_return () |
virtual vector< expression * > & | get_arguments () |
Friends | |
class | boost::serialization::access |
Represents a function pointer invocation.