libMesh::TestClass Class Reference

#include <id_types.h>

List of all members.

Public Member Functions

 TestClass ()
 TestClass (unsigned int c)
TestClassoperator= (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]

Definition at line 41 of file id_types.h.

References _c.

00041 { return _c; }

bool libMesh::TestClass::operator< ( const TestClass l  )  const [inline]

Definition at line 40 of file id_types.h.

References _c.

00040 { return _c < l._c; }

TestClass& libMesh::TestClass::operator= ( unsigned int  c  )  [inline]

Definition at line 39 of file id_types.h.

References _c.

00039 { _c = c; return *this; }


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:
SourceForge.net Logo