|
STLdoc
STLdocumentation
|
#include <agile.h>
Public Member Functions | |
| Agile () throw () | |
| Agile (nullptr_t) throw () | |
| Agile (TypeT object) throw () | |
| Agile (const Agile &object) throw () | |
| Agile (Agile &&object) throw () | |
| ~Agile () throw () | |
| TypeT | Get () const |
| TypeT * | GetAddressOf () throw () |
| TypeT * | GetAddressOfForInOut () throw () |
| TypeT | operator-> () const throw () |
| Agile & | operator= (nullptr_t) throw () |
| Agile & | operator= (TypeT object) throw () |
| Agile & | operator= (Agile object) throw () |
| void | Release () throw () |
| void | Swap (Agile &object) |
| bool | operator== (nullptr_t) const throw () |
| bool | operator== (const Agile &other) const throw () |
| bool | operator< (const Agile &other) const throw () |
Private Types | |
| typedef Details::AgileTypeHelper< T >::agileMemberType | TypeT |
Private Attributes | |
| TypeT | _object |
|
private |
|
inline | |||||||||||||
|
inline | ||||||||||||||
|
inlineexplicit | ||||||||||||||
|
inline | ||||||||||||||
|
inline | ||||||||||||||
|
inline | |||||||||||||
|
inline |
|
inline | |||||||||||||
|
inline | |||||||||||||
|
inline | |||||||||||||
|
inline | ||||||||||||||
|
inline | ||||||||||||||
|
inline | ||||||||||||||
|
inline | ||||||||||||||
|
inline | ||||||||||||||
|
inline | ||||||||||||||
|
inline | |||||||||||||
|
inline |
|
private |
1.8.8