$extrastylesheet
#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 |
Definition at line 33 of file id_types.h.
| libMesh::TestClass::TestClass | ( | ) | [inline] |
Definition at line 37 of file id_types.h.
: _c(0) {}
| libMesh::TestClass::TestClass | ( | unsigned int | c | ) | [inline] |
Definition at line 38 of file id_types.h.
: _c(c) {}
| libMesh::TestClass::operator int | ( | ) | const [inline] |
| bool libMesh::TestClass::operator< | ( | const TestClass & | l | ) | const [inline] |
| TestClass& libMesh::TestClass::operator= | ( | unsigned int | c | ) | [inline] |
unsigned int libMesh::TestClass::_c [private] |
Definition at line 35 of file id_types.h.
Referenced by operator int(), operator<(), and operator=().