3#include "find_reflection_handler.h"
17 std::string extend_name(
const std::string& name)
const;
24 void reflect_group_end(
GroupKind group_kind);
28 bool reflect_method_void(
const std::string& method_name,
method_interface* mi_ptr,
34#include <cgv/config/lib_end.h>
the debug reflection handler generates a string in the member output that contains a complete descrip...
std::string output
contains the description in form of a string
the self reflection handler is passed to the virtual self_reflect() method of cgv::base::base.
GroupKind
different support group types
abstract interface for type reflection with basic type management and optional string conversion
abstract interface to call a method of a given instance.