inspector< C > Struct Template Reference

#include <type_props.hpp>

List of all members.

Static Public Member Functions


Detailed Description

template<typename C>
struct mmx::inspector< C >

Definition at line 983 of file type_props.hpp.


Member Function Documentation

static generic access ( const C c,
nat  i 
) [inline, static]

Definition at line 985 of file type_props.hpp.

References VERIFY.

Referenced by generic_concrete_rep< C >::get_child().

00985                                                    {
00986     (void) c; (void) i;
00987     VERIFY (false, "out of range");
00988     return generic (); }

static nat length ( const C c  )  [inline, static]

Definition at line 984 of file type_props.hpp.

Referenced by generic_concrete_rep< C >::get_length().

00984 { (void) c; return 0; }


The documentation for this struct was generated from the following file:

Generated on 6 Dec 2012 for basix by  doxygen 1.6.1