Implementation of the Metadata class used in the dobj module. More...
#include "Metadata.h"Functions | |
| std::ostream & | operator<< (std::ostream &os, const Metadata &metadata) |
| Prints the metadata information for debugging purposes. | |
Implementation of the Metadata class used in the dobj module.
Provides methods to manage metadata for data objects, including size, type, dimensions, and debugging flags.
| std::ostream & operator<< | ( | std::ostream & | os, |
| const Metadata & | metadata ) |
Prints the metadata information for debugging purposes.
This function provides a human-readable summary of the metadata. Useful for quick checks or logging during debugging sessions.
| os | The output stream to print to. |
| metadata | The Metadata object to print. |