Inferno  0.2
match.hpp File Reference
#include <typeinfo>
#include <string>
#include "common/trace.hpp"
Include dependency graph for match.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  Matcher

Defines

#define MATCHER_FUNCTION

Define Documentation

Value:
virtual bool IsSubclass( const Matcher *source_architype ) const \
    { \
        return IsSubclassStatic( this, source_architype ); \
    }

Definition at line 27 of file match.hpp.