SERiF 0.0.1a
3+1D Stellar Structure and Evolution
Loading...
Searching...
No Matches
Metadata.cpp File Reference

Implementation of the Metadata class used in the dobj module. More...

#include "Metadata.h"

Go to the source code of this file.

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.

Definition in file Metadata.cpp.

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.

Definition at line 146 of file Metadata.cpp.