tlds
Transactional Operations for Linked Data Structures
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
TypeTestObject Struct Reference
Collaboration diagram for TypeTestObject:

Public Member Functions

 TypeTestObject ()
 

Public Attributes

char m_cfield
 
unsigned char m_ucfield
 
int m_ifield
 
unsigned int m_uifield
 
long m_lfield
 
unsigned long m_ulfield
 
long long m_llfield
 
unsigned long long m_ullfield
 
float m_ffield
 
double m_dfield
 

Detailed Description

Copyright (C) 2011 University of Rochester Department of Computer Science and Lehigh University Department of Computer Science and Engineering

License: Modified BSD Please see the file LICENSE.RSTM for licensing information Step 1: Include the configuration code for the harness, and the API code. We provide the option to build the entire benchmark in a single source. The bmconfig.hpp include defines all of the important functions that are implemented in this file, and bmharness.cpp defines the execution infrastructure. Step 2: Declare the data type that will be stress tested via this benchmark. Also provide any functions that will be needed to manipulate the data type. Take care to avoid unnecessary indirection.

Constructor & Destructor Documentation

TypeTestObject::TypeTestObject ( )
inline

Member Data Documentation

char TypeTestObject::m_cfield
double TypeTestObject::m_dfield
float TypeTestObject::m_ffield
int TypeTestObject::m_ifield
long TypeTestObject::m_lfield
long long TypeTestObject::m_llfield
unsigned char TypeTestObject::m_ucfield
unsigned int TypeTestObject::m_uifield
unsigned long TypeTestObject::m_ulfield
unsigned long long TypeTestObject::m_ullfield

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