Skip to content

Allow construction of reversed BidirectionalChains #18

@tsmanner

Description

@tsmanner

Add option to BidirectionalChain to flip the ++ and -- calls to getNext and getPrev. New constructor should look something like this:
BidirectionalChain(NodeType* node, eIterationDirection direction=cForward) {...}

Include an enum in the cdg namespace with two values, cForward and cReverse.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions