mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-13 22:24:07 +00:00
Add dummy entries to document what members can be added
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4141 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -31,6 +31,13 @@ struct GraphTraits {
|
|||||||
//
|
//
|
||||||
|
|
||||||
|
|
||||||
|
// typedef ...iterator nodes_iterator;
|
||||||
|
// static nodes_iterator nodes_begin(GraphType *G)
|
||||||
|
// static nodes_iterator nodes_end (GraphType *G)
|
||||||
|
//
|
||||||
|
// nodes_iterator/begin/end - Allow iteration over all nodes in the graph
|
||||||
|
|
||||||
|
|
||||||
// If anyone tries to use this class without having an appropriate
|
// If anyone tries to use this class without having an appropriate
|
||||||
// specialization, make an error. If you get this error, it's because you
|
// specialization, make an error. If you get this error, it's because you
|
||||||
// need to include the appropriate specialization of GraphTraits<> for your
|
// need to include the appropriate specialization of GraphTraits<> for your
|
||||||
|
@ -31,6 +31,13 @@ struct GraphTraits {
|
|||||||
//
|
//
|
||||||
|
|
||||||
|
|
||||||
|
// typedef ...iterator nodes_iterator;
|
||||||
|
// static nodes_iterator nodes_begin(GraphType *G)
|
||||||
|
// static nodes_iterator nodes_end (GraphType *G)
|
||||||
|
//
|
||||||
|
// nodes_iterator/begin/end - Allow iteration over all nodes in the graph
|
||||||
|
|
||||||
|
|
||||||
// If anyone tries to use this class without having an appropriate
|
// If anyone tries to use this class without having an appropriate
|
||||||
// specialization, make an error. If you get this error, it's because you
|
// specialization, make an error. If you get this error, it's because you
|
||||||
// need to include the appropriate specialization of GraphTraits<> for your
|
// need to include the appropriate specialization of GraphTraits<> for your
|
||||||
|
Reference in New Issue
Block a user