OpenADFortTk (basic)
sexp::AtomInfo_< T > Struct Template Reference

#include <sexpostream.h>

List of all members.

Public Member Functions

 AtomInfo_ (int f, const T &v)

Public Attributes

int flags
const T & val

Detailed Description

template<class T>
struct sexp::AtomInfo_< T >

Definition at line 391 of file sexpostream.h.


Constructor & Destructor Documentation

template<class T>
sexp::AtomInfo_< T >::AtomInfo_ ( int  f,
const T &  v 
) [inline]

Definition at line 392 of file sexpostream.h.


Member Data Documentation

template<class T>
int sexp::AtomInfo_< T >::flags

Definition at line 393 of file sexpostream.h.

template<class T>
const T& sexp::AtomInfo_< T >::val

Definition at line 394 of file sexpostream.h.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines