~thumper/nux/next-changes

« back to all changes in this revision

Viewing changes to NuxCore/ObjectType.h

Merge object cleanup branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
 
28
28
namespace nux
29
29
{
 
30
// TODO: write a nice is_instance (and is_derived_instance)
 
31
 
 
32
//template <typename T, typename I>
 
33
//bool is_instance(T const&
30
34
 
31
35
struct NObjectType
32
36
{