#include "basics.h"


Go to the source code of this file.
Definition in file tbci_traits.h.
| #define SPEC_TBCI_TRAITS_ALWAYS_COPY | ( | TYPE | ) |
Value:
template <> \ class tbci_traits< TYPE > NOINST \ { \ public: \ typedef TYPE refval_type; \ typedef TYPE /*const*/ const_refval_type; \ typedef TYPE loop_refval_type; \ typedef TYPE /*const*/ loop_const_refval_type; \ }
Definition at line 56 of file tbci_traits.h.
| #define SPEC_TBCI_TRAITS_LOOP_COPY | ( | TYPE | ) |
Value:
template <> \ class tbci_traits< TYPE > NOINST \ { \ public: \ typedef TYPE& refval_type; \ typedef const TYPE& const_refval_type; \ typedef TYPE loop_refval_type; \ typedef TYPE /*const*/ loop_const_refval_type; \ }
Definition at line 71 of file tbci_traits.h.
1.5.6