Tekkotsu Homepage | Demos | Overview | Downloads | Dev. Resources | Reference | Credits |
basic_netbuf< charT, traits >::SetScope< T > Struct Template Referencethis allows us to reset status variables like openInProgress if a thread cancel occurs More...
Detailed Descriptiontemplate<class charT, class traits = std::char_traits<charT>>
|
Public Member Functions | |
SetScope (T &target, const T &enter, const T &leave) | |
~SetScope () | |
Public Attributes | |
T & | tgt |
T | dtr |
basic_netbuf< charT, traits >::SetScope< T >::SetScope | ( | T & | target, | |
const T & | enter, | |||
const T & | leave | |||
) |
Definition at line 192 of file netstream.h.
basic_netbuf< charT, traits >::SetScope< T >::~SetScope | ( | ) |
Definition at line 193 of file netstream.h.
T basic_netbuf< charT, traits >::SetScope< T >::dtr |
Definition at line 195 of file netstream.h.
Referenced by basic_netbuf< charT, traits >::SetScope< T >::~SetScope().
T& basic_netbuf< charT, traits >::SetScope< T >::tgt |
Definition at line 194 of file netstream.h.
Referenced by basic_netbuf< charT, traits >::SetScope< T >::~SetScope().
Tekkotsu v5.1CVS |
Generated Mon May 9 04:59:05 2016 by Doxygen 1.6.3 |