SST/macro
Public Member Functions | Private Attributes | List of all members
sstmac::hw::structured_routable::path_set Class Reference

#include <routable.h>

Collaboration diagram for sstmac::hw::structured_routable::path_set:
Collaboration graph

Public Member Functions

 path_set ()
 
int size () const
 
void resize (int s)
 
pathoperator[] (int idx)
 

Private Attributes

int size_
 
path paths_ [MAX_PATHS]
 

Detailed Description

Definition at line 59 of file routable.h.

Constructor & Destructor Documentation

sstmac::hw::structured_routable::path_set::path_set ( )
inline

Definition at line 62 of file routable.h.

Member Function Documentation

path& sstmac::hw::structured_routable::path_set::operator[] ( int  idx)
inline

Definition at line 72 of file routable.h.

void sstmac::hw::structured_routable::path_set::resize ( int  s)
inline
int sstmac::hw::structured_routable::path_set::size ( ) const
inline

Definition at line 63 of file routable.h.

Member Data Documentation

path sstmac::hw::structured_routable::path_set::paths_[MAX_PATHS]
private

Definition at line 78 of file routable.h.

int sstmac::hw::structured_routable::path_set::size_
private

Definition at line 77 of file routable.h.


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