|
Revision 15084, 337 bytes
(checked in by patrickh, 4 years ago)
|
Updates made in an effort to generate accurate diagrams.
|
- Property svn:eol-style set to
native
- Property svn:keywords set to
Author Date Id Revision
|
| Line | |
|---|
| 1 |
|
|---|
| 2 |
|
|---|
| 3 |
#ifndef CONCRETEDEPCHECKER_H |
|---|
| 4 |
#define CONCRETEDEPCHECKER_H |
|---|
| 5 |
#include "jccl/RTRC/DepChecker.h" |
|---|
| 6 |
|
|---|
| 7 |
|
|---|
| 8 |
|
|---|
| 9 |
|
|---|
| 10 |
class ConcreteDepChecker : public jccl::DepChecker { |
|---|
| 11 |
public: |
|---|
| 12 |
|
|---|
| 13 |
std::string getCheckerName(); |
|---|
| 14 |
|
|---|
| 15 |
void canHandle(); |
|---|
| 16 |
|
|---|
| 17 |
bool depSatisfied(); |
|---|
| 18 |
}; |
|---|
| 19 |
#endif //CONCRETEDEPCHECKER_H |
|---|