#include <StrMod/NewlineChopper.h>
Inheritance diagram for strmod::strmod::NewlineChopper:

Public Types | |
| typedef CharChopper | parentclass |
Public Methods | |
| NewlineChopper () | |
| Just pass a newline character to parent consructor. | |
| virtual int | AreYouA (const lcore::ClassIdent &cid) const |
| Asks if a class is of a particular type, or publicly derived from that type. | |
Static Public Attributes | |
| const STR_ClassIdent | identifier |
| Globally unique identifier for this class. | |
Protected Methods | |
| virtual const lcore::ClassIdent * | i_GetIdent () const |
| Returns the class identifier for the class the object actually is. | |
This is such a common case, I thought it deserved its own class.
Definition at line 45 of file NewlineChopper.h.
|
|
Asks if a class is of a particular type, or publicly derived from that type. Overriden in every derived class (with a static identifier member) to compare against the identifier, then call the AreYouA methods of all the superclasses.
Reimplemented from strmod::strmod::CharChopper. Definition at line 66 of file NewlineChopper.h. |
|
|
Returns the class identifier for the class the object actually is. Should always be overridden in any class that has a static identifier member. Reimplemented from strmod::strmod::CharChopper. Definition at line 58 of file NewlineChopper.h. |
|
|
Globally unique identifier for this class. Every class that might need to be identified should have a public static const identifier object in it. Reimplemented from strmod::strmod::CharChopper. |
1.3-rc1