|
Last change
on this file since 3db67e was 323177, checked in by Tillmann Crueger <crueger@…>, 16 years ago |
|
Rebuilt AtomDescriptors using PIMPL-Idiom and added unittest for descriptors
|
-
Property mode
set to
100644
|
|
File size:
260 bytes
|
| Line | |
|---|
| 1 | /*
|
|---|
| 2 | * AtomIdDescriptor.hpp
|
|---|
| 3 | *
|
|---|
| 4 | * Created on: Feb 5, 2010
|
|---|
| 5 | * Author: crueger
|
|---|
| 6 | */
|
|---|
| 7 |
|
|---|
| 8 | #ifndef ATOMIDDESCRIPTOR_HPP_
|
|---|
| 9 | #define ATOMIDDESCRIPTOR_HPP_
|
|---|
| 10 |
|
|---|
| 11 | #include "Descriptors/AtomDescriptor.hpp"
|
|---|
| 12 |
|
|---|
| 13 | AtomDescriptor AtomById(int id);
|
|---|
| 14 |
|
|---|
| 15 | #endif /* ATOMIDDESCRIPTOR_HPP_ */
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.