|
torc-master
|
Header for the Array class. More...
#include <boost/cstdint.hpp>#include <boost/type_traits.hpp>#include <boost/noncopyable.hpp>#include <stdexcept>#include <cstdio>
Include dependency graph for Array.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Data Structures | |
| class | torc::architecture::Array< T > |
| Encapsulation of a static array. More... | |
| class | torc::architecture::Array2D< T > |
| Encapsulation of a 2D static array. More... | |
Namespaces | |
| torc | |
| Implementation of class to encapsulate micro-bitstream library generation code. | |
| torc::architecture | |
| Namespace for the Torc architecture support, providing device logic and wiring information, and design usage tracking. | |
Macros | |
| #define | enforceBounds(index) ; |
| Enforce array bounds if so requested. More... | |
Header for the Array class.
Definition in file Array.hpp.