![]() |
AliPhysics
2b88e80 (2b88e80)
|
#include <AliNamedString.h>
Public Member Functions | |
AliNamedString () | |
AliNamedString (const char *name, const char *string="") | |
void | Clear (Option_t *="") |
const char * | GetName () const |
void | SetName (const char *n) |
Protected Attributes | |
TString | fName |
Private Member Functions | |
AliNamedString (const AliNamedString &) | |
AliNamedString & | operator= (const AliNamedString &) |
Definition at line 8 of file AliNamedString.h.
AliNamedString::AliNamedString | ( | ) |
Definition at line 12 of file AliNamedString.cxx.
AliNamedString::AliNamedString | ( | const char * | name, |
const char * | string = "" |
||
) |
Definition at line 21 of file AliNamedString.cxx.
|
private |
|
inline |
Definition at line 13 of file AliNamedString.h.
|
inline |
Definition at line 15 of file AliNamedString.h.
|
private |
|
inline |
Definition at line 16 of file AliNamedString.h.
|
protected |
Definition at line 19 of file AliNamedString.h.