pack() => operator <<, unpack() => operator >>, get_pk_size() => pksizeof()
This commit is contained in:
@@ -127,7 +127,7 @@ namespace eap {
|
||||
///
|
||||
/// \param[inout] cursor Memory cursor
|
||||
///
|
||||
virtual void pack(_Inout_ eapserial::cursor_out &cursor) const;
|
||||
virtual void operator<<(_Inout_ cursor_out &cursor) const;
|
||||
|
||||
///
|
||||
/// Returns packed size of a configuration
|
||||
@@ -141,7 +141,7 @@ namespace eap {
|
||||
///
|
||||
/// \param[inout] cursor Memory cursor
|
||||
///
|
||||
virtual void unpack(_Inout_ eapserial::cursor_in &cursor);
|
||||
virtual void operator>>(_Inout_ cursor_in &cursor);
|
||||
|
||||
///
|
||||
/// Returns EAP method type of this configuration
|
||||
|
@@ -133,7 +133,7 @@ namespace eap
|
||||
///
|
||||
/// \param[inout] cursor Memory cursor
|
||||
///
|
||||
virtual void pack(_Inout_ eapserial::cursor_out &cursor) const;
|
||||
virtual void operator<<(_Inout_ cursor_out &cursor) const;
|
||||
|
||||
///
|
||||
/// Returns packed size of a configuration
|
||||
@@ -147,7 +147,7 @@ namespace eap
|
||||
///
|
||||
/// \param[inout] cursor Memory cursor
|
||||
///
|
||||
virtual void unpack(_Inout_ eapserial::cursor_in &cursor);
|
||||
virtual void operator>>(_Inout_ cursor_in &cursor);
|
||||
|
||||
/// \name Storage
|
||||
/// @{
|
||||
|
Reference in New Issue
Block a user