Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bjoern-andres/graph
/ types & classes
Types & classes
81 in github.com/bjoern-andres/graph
⨍
Functions
350
◇
Types & classes
81
↓ 36 callers
Class
SubgraphMask3
src/andres/graph/unit-test/shortest-paths.cxx:22
↓ 34 callers
Class
SubgraphMask1
src/andres/graph/unit-test/shortest-paths.cxx:12
↓ 11 callers
Class
CmdLineParseException
* Thrown from CmdLine when the arguments on the command line are not * properly specified, e.g. too many arguments, required argument missing, etc.
src/tclap/ArgException.h:143
↓ 8 callers
Class
ArgParseException
* Thrown from within the child Arg classes when it fails to properly * parse the argument it has been passed. */
src/tclap/ArgException.h:121
↓ 5 callers
Class
SpecificationException
* Thrown from Arg and CmdLine when an Arg is improperly specified, e.g. * same flag as another Arg, same name, etc. */
src/tclap/ArgException.h:167
↓ 4 callers
Class
ExitException
src/tclap/ArgException.h:187
↓ 4 callers
Class
SubgraphMask4
src/andres/graph/unit-test/shortest-paths.cxx:27
↓ 2 callers
Class
SubgraphMask1
src/andres/graph/unit-test/max-flow.cxx:11
↓ 2 callers
Class
SubgraphMask2
src/andres/graph/unit-test/max-flow.cxx:16
↓ 2 callers
Class
SubgraphMask2
src/andres/graph/unit-test/shortest-paths.cxx:17
↓ 2 callers
Class
SubgraphMask3
src/andres/graph/unit-test/max-flow.cxx:21
↓ 2 callers
Class
SubgraphMask4
src/andres/graph/unit-test/max-flow.cxx:28
↓ 2 callers
Class
SubgraphMask5
src/andres/graph/unit-test/shortest-paths.cxx:32
↓ 2 callers
Class
SubgraphMask6
src/andres/graph/unit-test/shortest-paths.cxx:37
↓ 2 callers
Class
SubgraphMask7
src/andres/graph/unit-test/shortest-paths.cxx:42
↓ 2 callers
Class
mask
src/andres/graph/unit-test/minimum-spanning-tree.cxx:41
↓ 2 callers
Class
mask
src/andres/graph/unit-test/cut-vertices.cxx:39
↓ 2 callers
Class
mask
src/andres/graph/unit-test/bridges.cxx:38
↓ 1 callers
Class
SubgraphMask
src/andres/graph/unit-test/components.cxx:11
↓ 1 callers
Class
SubgraphMask
src/andres/graph/unit-test/paths.cxx:10
↓ 1 callers
Class
XorHandler
* This class handles lists of Arg's that are to be XOR'd on the command * line. This is used by CmdLine and you shouldn't ever use it. */
src/tclap/XorHandler.h:38
Class
Arg
* A virtual base class that defines the essential data for all arguments. * This class, or one of its existing children, must be subclassed to do *
src/tclap/Arg.h:64
Class
Arg
src/tclap/CmdLineInterface.h:35
Class
ArgException
* A simple class that defines and argument exception. Should be caught * whenever a CmdLine is created and parsed. */
src/tclap/ArgException.h:36
Class
ArgException
src/tclap/CmdLineOutput.h:36
Class
ArgTraits
src/tclap/ArgTraits.h:79
Class
ArgTraits<bool>
src/tclap/StandardTraits.h:176
Class
ArgTraits<char>
src/tclap/StandardTraits.h:76
Class
ArgTraits<double>
src/tclap/StandardTraits.h:164
Class
ArgTraits<float>
src/tclap/StandardTraits.h:156
Class
ArgTraits<int>
src/tclap/StandardTraits.h:60
Class
ArgTraits<long long>
src/tclap/StandardTraits.h:85
Class
ArgTraits<long>
src/tclap/StandardTraits.h:52
Class
ArgTraits<short>
src/tclap/StandardTraits.h:68
Class
ArgTraits<size_t>
src/tclap/StandardTraits.h:132
Class
ArgTraits<std::string>
src/tclap/StandardTraits.h:195
Class
ArgTraits<unsigned char>
src/tclap/StandardTraits.h:122
Class
ArgTraits<unsigned int>
src/tclap/StandardTraits.h:106
Class
ArgTraits<unsigned long long>
src/tclap/StandardTraits.h:143
Class
ArgTraits<unsigned long>
src/tclap/StandardTraits.h:98
Class
ArgTraits<unsigned short>
src/tclap/StandardTraits.h:114
Class
ArgTraits<wchar_t>
src/tclap/StandardTraits.h:186
Class
BlockingCallback
src/andres/graph/unit-test/dfs.cxx:46
Class
BlockingCallback
src/andres/graph/unit-test/bfs.cxx:54
Class
CmdLine
* The base class that manages the command line definition and passes * along the parsing to the appropriate Arg classes. */
src/tclap/CmdLine.h:70
Class
CmdLineInterface
* The base class that manages the command line definition and passes * along the parsing to the appropriate Arg classes. */
src/tclap/CmdLineInterface.h:43
Class
CmdLineInterface
src/tclap/CmdLineOutput.h:35
Class
CmdLineOutput
src/tclap/CmdLineInterface.h:36
Class
CmdLineOutput
* The interface that any output object must implement. */
src/tclap/CmdLineOutput.h:41
Class
Constraint
src/tclap/Constraint.h:38
Class
DocBookOutput
* A class that generates DocBook output for usage() method for the * given CmdLine and its Args. */
src/tclap/DocBookOutput.h:43
Class
EdgeEndpoint
src/andres/graph/unit-test/graph-grid.cxx:47
Class
HelpVisitor
* A Visitor object that calls the usage method of the given CmdLineOutput * object for the specified CmdLine object. */
src/tclap/HelpVisitor.h:35
Class
IgnoreRestVisitor
* A Vistor that tells the CmdLine to begin ignoring arguments after * this one is parsed. */
src/tclap/IgnoreRestVisitor.h:35
Class
IteratorTest
src/andres/graph/unit-test/graph-complete.cxx:21
Class
IteratorTest
src/andres/graph/unit-test/graph-grid.cxx:188
Class
MultiArg
src/tclap/MultiArg.h:39
Class
MultiSwitchArg
* A multiple switch argument. If the switch is set on the command line, then * the getValue method will return the number of times the switch appears
src/tclap/MultiSwitchArg.h:39
Class
OptionalUnlabeledTracker
src/tclap/OptionalUnlabeledTracker.h:31
Class
Parameters
src/command-line-tools/lift-mp-grid-graph.cxx:27
Class
Parameters
src/command-line-tools/lift-mp.cxx:27
Class
SearchCallback
src/andres/graph/unit-test/dfs.cxx:27
Class
SearchCallback
src/andres/graph/unit-test/bfs.cxx:31
Class
SimpleCallback
src/andres/graph/unit-test/dfs.cxx:10
Class
SimpleCallback
src/andres/graph/unit-test/bfs.cxx:10
Class
StdOutput
* A class that isolates any output from the CmdLine object so that it * may be easily modified. */
src/tclap/StdOutput.h:43
Class
StringLike
* A string like argument value type is a value that can be set using * operator=(string). Usefull if the value type contains spaces which * will be
src/tclap/ArgTraits.h:48
Class
StringLikeTrait
* A class can inherit from this object to make it have string like * traits. This is a compile time thing and does not add any overhead * to the inh
src/tclap/ArgTraits.h:57
Class
SwitchArg
* A simple switch argument. If the switch is set on the command line, then * the getValue method will return the opposite of the default value for t
src/tclap/SwitchArg.h:39
Class
Timer
src/command-line-tools/Timer.hpp:11
Class
UnlabeledMultiArg
src/tclap/UnlabeledMultiArg.h:40
Class
UnlabeledValueArg
src/tclap/UnlabeledValueArg.h:43
Class
ValueArg
src/tclap/ValueArg.h:43
Class
ValueLike
* A value like argument value type is a value that can be set using * operator>>. This is the default value type. */
src/tclap/ArgTraits.h:38
Class
ValueLikeTrait
* A class can inherit from this object to make it have value like * traits. This is a compile time thing and does not add any overhead * to the inhe
src/tclap/ArgTraits.h:67
Class
ValuesConstraint
src/tclap/ValuesConstraint.h:51
Class
VersionVisitor
* A Vistor that will call the version method of the given CmdLineOutput * for the specified CmdLine object and then exit. */
src/tclap/VersionVisitor.h:37
Class
VertexEntry
src/andres/graph/unit-test/graph-grid.cxx:54
Class
Visitor
* A base class that defines the interface for visitors. */
src/tclap/Visitor.h:31
Class
XorHandler
src/tclap/CmdLineInterface.h:37
Class
ZshCompletionOutput
* A class that generates a Zsh completion function as output from the usage() * method for the given CmdLine and its Args. */
src/tclap/ZshCompletionOutput.h:43