Public Member Functions | Public Attributes | List of all members
if_node_t Struct Reference

Public Member Functions

 if_node_t ()
 
 if_node_t (const if_t &ift)
 
 if_node_t (const iptr_t &i)
 
 if_node_t (const fptr_t &f)
 
bool operator== (const if_node_t &other) const
 

Public Attributes

if_t ptr
 

Detailed Description

Definition at line 17 of file test_indexedgraph.cxx.

Constructor & Destructor Documentation

if_node_t::if_node_t ( )
inline

Definition at line 19 of file test_indexedgraph.cxx.

19 : ptr() { }
if_node_t::if_node_t ( const if_t ift)
inline

Definition at line 20 of file test_indexedgraph.cxx.

20 : ptr(ift) { }
if_node_t::if_node_t ( const iptr_t i)
inline

Definition at line 21 of file test_indexedgraph.cxx.

21 : ptr(i) { }
if_node_t::if_node_t ( const fptr_t f)
inline

Definition at line 22 of file test_indexedgraph.cxx.

Member Function Documentation

bool if_node_t::operator== ( const if_node_t other) const
inline

Definition at line 24 of file test_indexedgraph.cxx.

24  {
25  return ptr == other.ptr;
26  }

Member Data Documentation

if_t if_node_t::ptr

Definition at line 18 of file test_indexedgraph.cxx.


The documentation for this struct was generated from the following file: