Derecho  0.9
Distributed systems toolkit for RDMA
Public Types | Static Public Member Functions | List of all members
TypeInfo< int > Class Template Reference
Inheritance diagram for TypeInfo< int >:
Inheritance graph
[legend]

Public Types

typedef int type
 

Static Public Member Functions

static const char * name ()
 
static int default_value ()
 
static int convert (int &X)
 

Detailed Description

template<>
class TypeInfo< int >

Definition at line 81 of file GetPot.cpp.

Member Typedef Documentation

◆ type

typedef int TypeInfo< int >::type

Definition at line 84 of file GetPot.cpp.

Member Function Documentation

◆ convert()

static int TypeInfo< int >::convert ( int &  X)
inlinestatic

Definition at line 85 of file GetPot.cpp.

◆ default_value()

static int TypeInfo< int >::default_value ( )
inlinestatic

Definition at line 83 of file GetPot.cpp.

◆ name()

static const char* TypeInfo< int >::name ( )
inlinestatic

Definition at line 82 of file GetPot.cpp.


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