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

#include <grammar_common.h>

Classes

struct  result
 

Public Types

typedef uint32_t result_type
 

Public Member Functions

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

Detailed Description

Definition at line 365 of file grammar_common.h.

Member Typedef Documentation

Definition at line 367 of file grammar_common.h.

Member Function Documentation

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

Definition at line 377 of file grammar_common.h.

378  {
379  return ntohl(arg);
380  }

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