CPPGPGPU Library - Reference (Doxygen)

Main Page | General Use | Reference | Examples Info | Get/Download CPPGPGPU | SF.net Page

NodeManager::StringPairFloat Struct Reference

[Internal] Structure to hold all information regarding active, waiting messages. More...

List of all members.

Public Member Functions

 StringPairFloat (const string &P1, const string &P2, Node NT, float ft)
 StringPairFloat ()

Public Attributes

string sP1
string sP2
Node nTarget
double fFuture


Detailed Description

[Internal] Structure to hold all information regarding active, waiting messages.

Definition at line 256 of file Node.h.


Constructor & Destructor Documentation

NodeManager::StringPairFloat::StringPairFloat ( const string P1,
const string P2,
Node  NT,
float  ft 
) [inline]

Definition at line 258 of file Node.h.

NodeManager::StringPairFloat::StringPairFloat (  )  [inline]

Definition at line 260 of file Node.h.


Member Data Documentation

string NodeManager::StringPairFloat::sP1

Definition at line 261 of file Node.h.

string NodeManager::StringPairFloat::sP2

Definition at line 261 of file Node.h.

Node NodeManager::StringPairFloat::nTarget

Definition at line 262 of file Node.h.

double NodeManager::StringPairFloat::fFuture

Definition at line 263 of file Node.h.


The documentation for this struct was generated from the following file:
© 2005-2007 Charles Lohr, Joshua Allen, David Chapman, Andrew Lohr. All material including documentation under the MIT/X11 license.