source:
trunk/IPs/systemC/Environment/Data/src/Segment_getIndex.cpp
@
139
Last change on this file since 139 was 81, checked in by , 17 years ago | |
---|---|
|
|
File size: 148 bytes |
Line | |
---|---|
1 | #include "../include/Segment.h" |
2 | |
3 | namespace environment { |
4 | namespace data { |
5 | |
6 | uint32_t Segment::getIndex (void) |
7 | { |
8 | return index; |
9 | } |
10 | |
11 | }; |
12 | }; |
Note: See TracBrowser
for help on using the repository browser.