default constructor to enable auto-serialization
| 203 | |
| 204 | // default constructor to enable auto-serialization |
| 205 | AccessPathObj() = default; |
| 206 | /*! |
| 207 | * \brief Constructor for the access path. |
| 208 | * \param parent The parent of the access path. |
nothing calls this directly
no outgoing calls
no test coverage detected