Skip to content
Snippets Groups Projects
Commit dd85c05a authored by Martin Nilsson's avatar Martin Nilsson
Browse files

Documentation update

parent 03b971dc
No related branches found
No related tags found
No related merge requests found
......@@ -1199,9 +1199,12 @@ class BMPString
}
//! Meta-instances handle a particular explicit tag and set of types.
//! Once cloned this object works as a factory for Compound objects
//! with the cls and tag that the meta object was initialized with.
//!
//! @fixme
//! document me!
//! @example
//! MetaExplicit m = MetaExplicit(1,2);
//! Compound c = m(Integer(3));
class MetaExplicit
{
int real_tag;
......@@ -1261,6 +1264,7 @@ class MetaExplicit
#endif
}
//!
void create(int cls, int tag, mapping(int:program(Object))|void types) {
real_cls = cls;
real_tag = tag;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment