XLine :: CDialogicBoards | classes |
class LineData | ? ^ |
A Simple class for Storeing whether a line is available.Access to this information is process/thread safe for read and write.
- Source:
- DialogicBoards.h:200
- Author:
- Green Lizard Staff
- Version:
- 1.01
Contents | ^ |
Entity Type Scope Short Description ~LineData destructor public automatically generated LineData constructor public automatically generated LineData constructor public automatically generated IsAvailable attribute public undocumented operator = operator public automatically generated StartTime attribute public undocumented
destructor ~LineData | ? ^ > |
automatically generated
- Source:
- DialogicBoards.h
- Code:
public ~ LineData ( )
constructor LineData | ? ^ < > |
automatically generated
- Source:
- DialogicBoards.h
- Code:
public LineData ( )
constructor LineData | ? ^ < > |
automatically generated
- Source:
- DialogicBoards.h
- Code:
public LineData ( const LineData & )
attribute IsAvailable | ? ^ < > |
undocumented
- Source:
- DialogicBoards.h:202
- Code:
- public BOOL IsAvailable
operator = | ? ^ < > |
automatically generated
- Source:
- DialogicBoards.h
- Code:
public LineData & operator = ( const LineData & )
attribute StartTime | ? ^ < > |
undocumented
- Source:
- DialogicBoards.h:203
- Code:
- public CTime StartTime
Created Sun May 14 08:06:43 2006.
This documentation was generated automatically by
ccdoc v08r40 2003/05/15 bin_opt_msvc_MSWin32-x86-multi-thread-4.0.
Click here to submit a bug report or feature request for ccdoc.
Click here to return to the top of the page.