Inheritance diagram for Swift::AuthResponse:
Collaboration diagram for Swift::AuthResponse:Public Member Functions | |
| AuthResponse () | |
| AuthResponse (const SafeByteArray &value) | |
| AuthResponse (const boost::optional< SafeByteArray > &value) | |
| const boost::optional < SafeByteArray > & | getValue () const |
| void | setValue (const SafeByteArray &value) |
Definition at line 16 of file AuthResponse.h.
| Swift::AuthResponse::AuthResponse | ( | ) | [inline] |
Definition at line 18 of file AuthResponse.h.
| Swift::AuthResponse::AuthResponse | ( | const SafeByteArray & | value | ) | [inline] |
Definition at line 21 of file AuthResponse.h.
| Swift::AuthResponse::AuthResponse | ( | const boost::optional< SafeByteArray > & | value | ) | [inline] |
Definition at line 24 of file AuthResponse.h.
| const boost::optional<SafeByteArray>& Swift::AuthResponse::getValue | ( | ) | const [inline] |
Definition at line 27 of file AuthResponse.h.
| void Swift::AuthResponse::setValue | ( | const SafeByteArray & | value | ) | [inline] |
Definition at line 31 of file AuthResponse.h.
1.7.1