CPPGPGPU Library - Reference (Doxygen)

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

NodeManager::StringPair Struct Reference

[Internal] Structure to hold all message data pairs. More...

List of all members.

Public Member Functions

 StringPair (const string &P1, const string &P2, NodeObject *NT)

Public Attributes

string sP1
string sP2
NodeObjectnTarget


Detailed Description

[Internal] Structure to hold all message data pairs.

Definition at line 246 of file Node.h.


Constructor & Destructor Documentation

NodeManager::StringPair::StringPair ( const string P1,
const string P2,
NodeObject NT 
) [inline]

Definition at line 248 of file Node.h.


Member Data Documentation

string NodeManager::StringPair::sP1

Definition at line 250 of file Node.h.

string NodeManager::StringPair::sP2

Definition at line 250 of file Node.h.

NodeObject* NodeManager::StringPair::nTarget

Definition at line 251 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.