libbio
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
bio::chemical::LinearMotif< CONTENT_TYPE >::ReleaseResult Struct Reference

#include <LinearMotif.h>

Collaboration diagram for bio::chemical::LinearMotif< CONTENT_TYPE >::ReleaseResult:
Collaboration graph
[legend]

Public Member Functions

 ReleaseResult ()
 

Public Attributes

ContentPointer content
 
bool released
 
bool wasOwning
 
Code code
 

Detailed Description

template<typename CONTENT_TYPE>
struct bio::chemical::LinearMotif< CONTENT_TYPE >::ReleaseResult

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.

Constructor & Destructor Documentation

◆ ReleaseResult()

template<typename CONTENT_TYPE >
bio::chemical::LinearMotif< CONTENT_TYPE >::ReleaseResult::ReleaseResult ( )
inline

Member Data Documentation

◆ code

◆ content

◆ released

template<typename CONTENT_TYPE >
bool bio::chemical::LinearMotif< CONTENT_TYPE >::ReleaseResult::released

◆ wasOwning

template<typename CONTENT_TYPE >
bool bio::chemical::LinearMotif< CONTENT_TYPE >::ReleaseResult::wasOwning

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