Public Types | |
| enum | eOpenMode { OpenModeRead , OpenModeTruncate , OpenModeAppend } |
Public Member Functions | |
| BasicReaderWriterCommon (IApplication *app, IParallelMng *pm, const String &path, eOpenMode open_mode) | |
| Public Member Functions inherited from Arcane::TraceAccessor | |
| TraceAccessor (ITraceMng *m) | |
| Constructs an accessor via the trace manager m. | |
| TraceAccessor (const TraceAccessor &rhs) | |
| Copy constructor. | |
| TraceAccessor & | operator= (const TraceAccessor &rhs) |
| Copy assignment operator. | |
| virtual | ~TraceAccessor () |
| Frees resources. | |
| ITraceMng * | traceMng () const |
| Trace manager. | |
| TraceMessage | info () const |
| Flow for an information message. | |
| TraceMessage | pinfo () const |
| Flow for a parallel information message. | |
| TraceMessage | info (char category) const |
| Flow for an information message of a given category. | |
| TraceMessage | pinfo (char category) const |
| Flow for a parallel information message of a given category. | |
| TraceMessage | info (bool v) const |
| Flow for an information message. | |
| TraceMessage | warning () const |
| Flow for a warning message. | |
| TraceMessage | pwarning () const |
| TraceMessage | error () const |
| Flow for an error message. | |
| TraceMessage | perror () const |
| TraceMessage | log () const |
| Flow for a log message. | |
| TraceMessage | plog () const |
| Flow for a log message. | |
| TraceMessage | logdate () const |
| Flow for a log message preceded by the date. | |
| TraceMessage | fatal () const |
| Flow for a fatal error message. | |
| TraceMessage | pfatal () const |
| Flow for a parallel fatal error message. | |
| TraceMessageDbg | debug (Trace::eDebugLevel=Trace::Medium) const |
| Flow for a debug message. | |
| Trace::eDebugLevel | configDbgLevel () const |
| Debug level of the configuration file. | |
| TraceMessage | info (Int32 verbose_level) const |
| Flow for an information message of a given level. | |
| TraceMessage | linfo () const |
| Flow for an information message with the local information level of this instance. | |
| TraceMessage | linfo (Int32 relative_level) const |
| Flow for an information message with the local information level of this instance. | |
| void | fatalMessage (const StandaloneTraceMessage &o) const |
Protected Member Functions | |
| String | _getMetaDataFileName (Int32 rank) const |
| Protected Member Functions inherited from Arcane::TraceAccessor | |
| void | _setLocalVerboseLevel (Int32 v) |
| Int32 | _localVerboseLevel () const |
Static Protected Member Functions | |
| static String | _getArcaneDBTag () |
| static String | _getOwnMetatadaFile (const String &path, Int32 rank) |
| static String | _getArcaneDBFile (const String &path, Int32 rank) |
| static String | _getBasicVariableFile (Int32 version, const String &path, Int32 rank) |
| static String | _getBasicGroupFile (const String &path, const String &name, Int32 rank) |
| static Ref< IDataCompressor > | _createDeflater (IApplication *app, const String &name) |
| static Ref< IHashAlgorithm > | _createHashAlgorithm (IApplication *app, const String &name) |
| static void | _fillUniqueIds (const ItemGroup &group, Array< Int64 > &uids) |
Protected Attributes | |
| IApplication * | m_application = nullptr |
| IParallelMng * | m_parallel_mng = nullptr |
| eOpenMode | m_open_mode = OpenModeRead |
| String | m_path |
| Integer | m_verbose_level = 0 |
Friends | |
| class | BasicGenericReader |
| class | BasicGenericWriter |
Definition at line 209 of file BasicReaderWriter.h.
| enum Arcane::impl::BasicReaderWriterCommon::eOpenMode |
Definition at line 218 of file BasicReaderWriter.h.
| Arcane::impl::BasicReaderWriterCommon::BasicReaderWriterCommon | ( | IApplication * | app, |
| IParallelMng * | pm, | ||
| const String & | path, | ||
| eOpenMode | open_mode ) |
Definition at line 125 of file BasicReaderWriter.cc.
|
staticprotected |
Definition at line 86 of file BasicReaderWriter.cc.
|
staticprotected |
Definition at line 94 of file BasicReaderWriter.cc.
|
staticprotected |
Definition at line 102 of file BasicReaderWriter.cc.
|
staticprotected |
Definition at line 51 of file BasicReaderWriter.cc.
|
staticprotected |
Definition at line 35 of file BasicReaderWriter.cc.
|
staticprotected |
Definition at line 74 of file BasicReaderWriter.cc.
|
staticprotected |
Definition at line 61 of file BasicReaderWriter.cc.
Definition at line 111 of file BasicReaderWriter.cc.
|
staticprotected |
Definition at line 41 of file BasicReaderWriter.cc.
|
friend |
Definition at line 213 of file BasicReaderWriter.h.
|
friend |
Definition at line 214 of file BasicReaderWriter.h.
|
protected |
Definition at line 232 of file BasicReaderWriter.h.
|
protected |
Definition at line 234 of file BasicReaderWriter.h.
|
protected |
Definition at line 233 of file BasicReaderWriter.h.
|
protected |
Definition at line 235 of file BasicReaderWriter.h.
|
protected |
Definition at line 236 of file BasicReaderWriter.h.