libMesh::TestClass Class Reference
#include <id_types.h>
Public Member Functions | |
| TestClass () | |
| TestClass (unsigned int c) | |
| TestClass & | operator= (unsigned int c) |
| bool | operator< (const TestClass &l) const |
| operator int () const | |
Private Attributes | |
| unsigned int | _c |
Detailed Description
Definition at line 33 of file id_types.h.
Constructor & Destructor Documentation
| libMesh::TestClass::TestClass | ( | ) | [inline] |
Definition at line 37 of file id_types.h.
00037 : _c(0) {}
| libMesh::TestClass::TestClass | ( | unsigned int | c | ) | [inline] |
Definition at line 38 of file id_types.h.
00038 : _c(c) {}
Member Function Documentation
| libMesh::TestClass::operator int | ( | ) | const [inline] |
| bool libMesh::TestClass::operator< | ( | const TestClass & | l | ) | const [inline] |
| TestClass& libMesh::TestClass::operator= | ( | unsigned int | c | ) | [inline] |
Member Data Documentation
unsigned int libMesh::TestClass::_c [private] |
Definition at line 35 of file id_types.h.
Referenced by operator int(), operator<(), and operator=().
The documentation for this class was generated from the following file:
Site Created By: libMesh Developers
Last modified: February 05 2013 19:55:26 UTC
Hosted By: