We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ecac30 commit dbac316Copy full SHA for dbac316
src/goto-programs/class_hierarchy.h
@@ -34,6 +34,12 @@ class symbol_tablet;
34
class json_stream_arrayt;
35
class message_handlert;
36
37
+/// Non-graph-based representation of the class hierarchy.
38
+/// \deprecated `class_hierarchy_grapht` is a more advanced graph-based
39
+/// representation of the class hierarchy and its use is preferred over
40
+/// `class_hierarchy_classt`.
41
+/// \todo Implement missing functions from `class_hierarchyt` in
42
+/// `class_hierarchy_grapht` so that `class_hierarchyt` can be fully replaced.
43
class class_hierarchyt
44
{
45
public:
0 commit comments