The Sparta Modeling Framework
Loading...
Searching...
No Matches
Array.hpp File Reference

Defines the Array class. More...

#include <cinttypes>
#include <vector>
#include <string>
#include <memory>
#include "sparta/utils/SpartaAssert.hpp"
#include "sparta/statistics/CycleHistogram.hpp"
#include "sparta/collection/IterableCollector.hpp"
#include "sparta/utils/IteratorTraits.hpp"

Go to the source code of this file.

Classes

class  sparta::Array< DataT, ArrayT >
 Array is essentially a fixed size vector, maintains a concept of validity of its indexes, and provides access via stl iteration and general get methods. More...
 
struct  sparta::Array< DataT, ArrayT >::ArrayIterator< is_const_iterator >
 An iterator struct for this array. More...
 

Namespaces

namespace  sparta
 Macros for handling exponential backoff.
 

Enumerations

enum class  sparta::ArrayType { sparta::NORMAL , sparta::AGED }
 Defines how a sparta::Array should behave. The array will have different features depending on the type. More...
 

Detailed Description

Defines the Array class.

Definition in file Array.hpp.