comDefs.h File Reference

Implementation corresponding to -*- C++ -*-. More...

#include <limits>
#include <string>
#include <algorithm>

Go to the source code of this file.

Typedefs

typedef long long SimTime
 type for time in simulation world

Functions

std::string toLowerCase (std::string str)
 Helper function to convert a string to lower case.

Variables

const SimTime INFINITY_SIM_TIME = (1 << 30)
 The Constant INFINITY_SIM_TIME is used by NULL_EVENT messages to signal the end of simulation.

Detailed Description

Implementation corresponding to -*- C++ -*-.

Some common definitions and helper functions -*- C++ -*-.

License

Galois, a framework to exploit amorphous data-parallelism in irregular programs.

Copyright (C) 2011, The University of Texas at Austin. All rights reserved. UNIVERSITY EXPRESSLY DISCLAIMS ANY AND ALL WARRANTIES CONCERNING THIS SOFTWARE AND DOCUMENTATION, INCLUDING ANY WARRANTIES OF MERCHANTABILITY, FITNESS FOR ANY PARTICULAR PURPOSE, NON-INFRINGEMENT AND WARRANTIES OF PERFORMANCE, AND ANY WARRANTY THAT MIGHT OTHERWISE ARISE FROM COURSE OF DEALING OR USAGE OF TRADE. NO WARRANTY IS EITHER EXPRESS OR IMPLIED WITH RESPECT TO THE USE OF THE SOFTWARE OR DOCUMENTATION. Under no circumstances shall University be liable for incidental, special, indirect, direct or consequential damages or loss of profits, interruption of business, or related expenses which may arise from use of Software or Documentation, including but not limited to those resulting from defects in Software and/or Documentation, or loss or inaccuracy of data of any kind.

Author:
M. Amber Hassaan <ahassaan@ices.utexas.edu>

Typedef Documentation

typedef long long SimTime

type for time in simulation world


Function Documentation

std::string toLowerCase ( std::string  str  ) 

Helper function to convert a string to lower case.


Variable Documentation

const SimTime INFINITY_SIM_TIME = (1 << 30)

The Constant INFINITY_SIM_TIME is used by NULL_EVENT messages to signal the end of simulation.

Generated on Tue Aug 2 11:51:26 2011 for Galois by  doxygen 1.6.3