![]() |
JEMRIS 2.9.2
open-source MRI simulations
|
Simple class for transcoding sax errors to the machines locale. More...
#include <StrX.h>
Collaboration diagram for StrX:Public Member Functions | |
| StrX (const XMLCh *const) | |
| Contructor. | |
| StrX (const char *const) | |
| Construct with char array. | |
| StrX (const std::string &) | |
| Construct with string. | |
| StrX (const StrX &) | |
| Construct with string. | |
| ~StrX () | |
| Destructor. | |
| StrX & | operator= (const StrX &) |
| Construct with string. | |
| const char * | localForm () const |
| Transcode to local form char array. | |
| const std::string | std_str () const |
| Transcode to string. | |
| const XMLCh * | XMLchar () |
| Transcode to XMLCh*. | |
Private Attributes | |
| XMLCh * | _xmlch |
| char * | _char |
| std::string | _string |
Simple class for transcoding sax errors to the machines locale.
| const char * StrX::localForm | ( | ) | const |
Transcode to local form char array.
Here is the caller graph for this function:| const std::string StrX::std_str | ( | ) | const |
Transcode to string.
Here is the caller graph for this function:| const XMLCh * StrX::XMLchar | ( | ) |
Transcode to XMLCh*.
Here is the caller graph for this function:
-- last change 03.01.2025 |
Tony Stoecker |
Imprint |
Data Protection --