New 4DSSE Code 0.0.1a
 
Loading...
Searching...
No Matches
Metadata.cpp File Reference

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.
 

Detailed Description

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.

Function Documentation

◆ operator<<()

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.

Parameters
osThe output stream to print to.
metadataThe Metadata object to print.
Returns
A reference to the output stream.