claraty::GUID_1394 Struct Reference
#include <guid_1394.h>
Public Member Functions | |
| GUID_1394 (unsigned long h=0, unsigned long l=0) | |
| bool | operator< (const GUID_1394 &rhs) const |
| bool | operator== (const GUID_1394 &rhs) const |
| std::string | write_to_string () const |
| bool | io (FDM_Array arr) |
Static Public Member Functions | |
| static GUID_1394 | read_from_string (const std::string &str) |
Public Attributes | |
| unsigned long | hi |
| unsigned long | low |
Detailed Description
Definition at line 33 of file guid_1394.h.
Constructor & Destructor Documentation
| claraty::GUID_1394::GUID_1394 | ( | unsigned long | h = 0, |
|
| unsigned long | l = 0 | |||
| ) | [inline] |
Member Function Documentation
| bool claraty::GUID_1394::operator< | ( | const GUID_1394 & | rhs | ) | const [inline] |
| bool claraty::GUID_1394::operator== | ( | const GUID_1394 & | rhs | ) | const [inline] |
| string claraty::GUID_1394::write_to_string | ( | ) | const |
| static GUID_1394 claraty::GUID_1394::read_from_string | ( | const std::string & | str | ) | [static] |
| bool claraty::GUID_1394::io | ( | FDM_Array | arr | ) |
Definition at line 75 of file guid_1394.cc.
References claraty::FDM_Array::element(), hi, and low.
00076 { 00077 bool ok=true; 00078 ok &= array.element(hi); 00079 ok &= array.element(low); 00080 return ok; 00081 }
Here is the call graph for this function:

Member Data Documentation
| unsigned long claraty::GUID_1394::hi |
Definition at line 34 of file guid_1394.h.
Referenced by io(), operator<(), claraty::operator<<(), and operator==().
| unsigned long claraty::GUID_1394::low |
Definition at line 34 of file guid_1394.h.
Referenced by io(), operator<(), claraty::operator<<(), and operator==().
The documentation for this struct was generated from the following files: