fipa_acl  1.4
Classes | Public Types | Public Member Functions | List of all members
convertToNativeShortImpl Struct Reference

#include <grammar_common.h>

Classes

struct  result
 

Public Types

typedef uint16_t result_type
 

Public Member Functions

template<typename T >
result_type operator() (T arg) const
 

Detailed Description

Definition at line 345 of file grammar_common.h.

Member Typedef Documentation

Definition at line 347 of file grammar_common.h.

Member Function Documentation

template<typename T >
result_type convertToNativeShortImpl::operator() ( arg) const
inline

Definition at line 357 of file grammar_common.h.

358  {
359  return ntohs(arg);
360  }

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