Edge Class. This class defines what Edge data. More...
#include <Vertex.h>
Public Member Functions | |
| Edge ()=default | |
| Constructor Function. | |
| Edge (uint32_t f, uint32_t s) | |
| Constructor Function. | |
| bool | operator== (const Edge &other) const |
| Destructor Function. @attemtion Why Destructor causes bug here. | |
| bool | operator< (const Edge &other) const |
| Less Operation. | |