Hall-D Software  alpha
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
test Struct Reference

#include <xdr_test.h>

Public Member Functions

bool operator= (const test &t2)
 

Public Attributes

int i
 
unsigned int ui
 
float f
 
double d
 
long long int li
 
unsigned long long int uli
 
string s
 
vector< int > vi
 

Detailed Description

Definition at line 7 of file xdr_test.h.

Member Function Documentation

bool test::operator= ( const test t2)

Definition at line 3 of file xdr_test.cpp.

References d, f, i, li, s, ui, uli, and vi.

Member Data Documentation

double test::d

Definition at line 11 of file xdr_test.h.

Referenced by main(), and operator=().

float test::f

Definition at line 10 of file xdr_test.h.

Referenced by main(), and operator=().

int test::i

Definition at line 8 of file xdr_test.h.

Referenced by get_obj(), main(), and operator=().

long long int test::li

Definition at line 12 of file xdr_test.h.

Referenced by main(), and operator=().

string test::s

Definition at line 14 of file xdr_test.h.

Referenced by main(), and operator=().

unsigned int test::ui

Definition at line 9 of file xdr_test.h.

Referenced by main(), and operator=().

unsigned long long int test::uli

Definition at line 13 of file xdr_test.h.

Referenced by main(), and operator=().

vector<int> test::vi

Definition at line 16 of file xdr_test.h.

Referenced by main(), and operator=().


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