ORIGINAL
Loading...
Searching...
No Matches
wrapper.h File Reference

Abstract polymorphic container with value encapsulation and navigation support. More...

#include <sstream>
#include <string>
#include "printable.h"
Include dependency graph for wrapper.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  original::wrapper< TYPE >
 Base class for linked value containers with formatted output. More...
 

Namespaces

namespace  original
 Main namespace for the project Original.
 

Detailed Description

Abstract polymorphic container with value encapsulation and navigation support.

Defines a template-based interface for objects that wrap values while maintaining bidirectional links to other containers. Integrates with printable for diagnostics.