30#ifndef __AGG_UTIL__DIMENSION_H__ 
   31#define __AGG_UTIL__DIMENSION_H__ 
   51    Dimension() = 
default;
 
   52    Dimension(std::string nameArg, 
unsigned int sizeArg, 
bool isSharedArg = 
false, 
bool isSizeConstantArg = 
true);
 
   53    ~Dimension() = 
default;
 
   62    unsigned int size {0};
 
   65    bool isShared {
false};
 
   68    bool isSizeConstant {
false};
 
 
   75std::istream& operator>>(std::istream& is, 
Dimension& dim);
 
Helper class for temporarily hijacking an existing dhi to load a DDX response for one particular file...
std::ostream & operator<<(std::ostream &os, const Dimension &dim)
std::string toString() const