Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add blob class #18

Open
zussel opened this issue Jan 27, 2012 · 0 comments
Open

Add blob class #18

zussel opened this issue Jan 27, 2012 · 0 comments
Assignees

Comments

@zussel
Copy link
Owner

zussel commented Jan 27, 2012

A generic blob class must be introduced. It should be designed similur to the stl string class. A base class derived by a template base class.

class blob_base
{
};

template < typename T >
class template_blob
{
};

typedef template_blob<char> blob;
@ghost ghost assigned zussel Jan 27, 2012
@zussel zussel removed the ready label Oct 13, 2015
@zussel zussel added this to the matador 0.6.0 (Darriwilian) milestone Jan 2, 2018
@zussel zussel removed this from the matador 0.6.0 (Darriwilian) milestone Aug 6, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant