This is Unofficial EPICS BASE Doxygen Site
epics::detail::getarg< int > Struct Template Reference

#include "iocshelper.h"

Public Types

enum  { argtype = iocshArgInt }
 

Static Public Member Functions

static int op (const iocshArgBuf &a)
 

Detailed Description

template<>
struct epics::detail::getarg< int >

Definition at line 34 of file iocshelper.h.

Member Enumeration Documentation

anonymous enum
Enumerator
argtype 

Definition at line 36 of file iocshelper.h.

Member Function Documentation

static int epics::detail::getarg< int >::op ( const iocshArgBuf a)
inlinestatic

Definition at line 35 of file iocshelper.h.

35 { return a.ival; }
int ival
Definition: iocsh.h:40

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