ICP  1
Enumerations | Functions
dae_policy.h File Reference

Go to the source code of this file.

Enumerations

enum  unused_t { UNUSED_REGISTER = 1234 }
 

Functions

template<typename T >
bool isRegisterUsed (const T &address)
 registers are either "unsigned" or "unused_t" More...
 
template<>
bool isRegisterUsed (const unused_t &address)
 

Enumeration Type Documentation

enum unused_t
Enumerator
UNUSED_REGISTER 

Definition at line 4 of file dae_policy.h.

Function Documentation

template<typename T >
bool isRegisterUsed ( const T &  address)
inline
template<>
bool isRegisterUsed ( const unused_t address)
inline

Definition at line 14 of file dae_policy.h.

References UNUSED_REGISTER.