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

#include "iocshelper.h"

Public Types

enum  { argtype = iocshArgString }
 

Static Public Member Functions

static char * op (const iocshArgBuf &a)
 

Detailed Description

template<>
struct epics::detail::getarg< char * >

Definition at line 42 of file iocshelper.h.

Member Enumeration Documentation

anonymous enum
Enumerator
argtype 

Definition at line 44 of file iocshelper.h.

Member Function Documentation

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

Definition at line 43 of file iocshelper.h.

43 { return a.sval; }
char * sval
Definition: iocsh.h:42

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