|
libbio
|
#include <LinearMotif.h>

Public Member Functions | |
| ReleaseResult () | |
Public Attributes | |
| ContentPointer | content |
| bool | released |
| bool | wasOwning |
| Code | code |
Result for ReleaseImplementation().
released: true when a matching wrapper was erased.
wasOwning: true when the erased wrapper would have deleted the content.
content: the stored pointer, adjusted back to CONTENT_TYPE when possible.
code: success or the reason no wrapper was released.
|
inline |
| Code bio::chemical::LinearMotif< CONTENT_TYPE >::ReleaseResult::code |
| ContentPointer bio::chemical::LinearMotif< CONTENT_TYPE >::ReleaseResult::content |
| bool bio::chemical::LinearMotif< CONTENT_TYPE >::ReleaseResult::released |
| bool bio::chemical::LinearMotif< CONTENT_TYPE >::ReleaseResult::wasOwning |