| 80 |
|
std::cerr << "" << std::endl; |
| 81 |
|
} |
| 82 |
|
|
| 83 |
– |
IndexListContainerIterator i = indexContainer_.begin(); |
| 83 |
|
int result; |
| 84 |
|
|
| 85 |
|
result = indexContainer_.front().first; |
| 128 |
|
std::unique(indices.begin(), indices.end()); |
| 129 |
|
|
| 130 |
|
std::vector<int>::iterator i; |
| 132 |
– |
IndexListContainerIterator insertPos; |
| 131 |
|
int beginIndex; |
| 132 |
|
|
| 133 |
|
beginIndex = indices[0]; |
| 138 |
|
beginIndex = *i; |
| 139 |
|
} |
| 140 |
|
} |
| 143 |
– |
|
| 144 |
– |
|
| 141 |
|
} |
| 142 |
|
|
| 143 |
|
std::vector<int> getIndicesBefore(int index) { |
| 193 |
|
if (endIndex > maxIndex_) { |
| 194 |
|
std::cerr << "" << std::endl; |
| 195 |
|
} |
| 196 |
< |
|
| 201 |
< |
|
| 202 |
< |
IndexListContainerIterator j; |
| 203 |
< |
|
| 196 |
> |
|
| 197 |
|
IndexListContainerIterator i = indexContainer_.begin(); |
| 198 |
|
for (; i != indexContainer_.end(); ++i) { |
| 199 |
|
if ((*i).first > endIndex) { |