Class for representing a ModuleEntry.
More...
#include <gdcmModuleEntry.h>
List of all members.
Detailed Description
Class for representing a ModuleEntry.
- Note:
- bla
- See also:
- DictEntry
- Examples:
-
TraverseModules.cxx.
Member Typedef Documentation
Constructor & Destructor Documentation
gdcm::ModuleEntry::ModuleEntry |
( |
const char * |
name = "" , |
|
|
const char * |
type = "3" , |
|
|
const char * |
description = "" |
|
) |
| [inline] |
virtual gdcm::ModuleEntry::~ModuleEntry |
( |
) |
[inline, virtual] |
Member Function Documentation
const Description& gdcm::ModuleEntry::GetDescription |
( |
) |
const [inline] |
const char* gdcm::ModuleEntry::GetName |
( |
) |
const [inline] |
const Type& gdcm::ModuleEntry::GetType |
( |
) |
const [inline] |
void gdcm::ModuleEntry::SetDescription |
( |
const char * |
d ) |
[inline] |
void gdcm::ModuleEntry::SetName |
( |
const char * |
name ) |
[inline] |
void gdcm::ModuleEntry::SetType |
( |
const Type & |
type ) |
[inline] |
Friends And Related Function Documentation
std::ostream& operator<< |
( |
std::ostream & |
_os, |
|
|
const ModuleEntry & |
_val |
|
) |
| [friend] |
Member Data Documentation
The documentation for this class was generated from the following file: