More javadoc updates
[deliverable/tracecompass.git] / org.eclipse.linuxtools.ctf.core / src / org / eclipse / linuxtools / ctf / core / event / types / VariantDefinition.java
index 4c249440b3f24c4c7df9aca3e341011b54805032..a1dfd95e50d43b1459eda9f15523951cb8481e51 100644 (file)
@@ -18,7 +18,15 @@ import java.util.Map;
 import org.eclipse.linuxtools.internal.ctf.core.event.io.BitBuffer;
 
 /**
- * <b><u>VariantDefinition</u></b>
+ * A CTF variant definition (similar to a C union).
+ * 
+ * A variant is similar to a C union, only taking the minimum size of the types,
+ * it is a compound data type that contains other datatypes in fields. they are
+ * stored in an hashmap and indexed by names which are strings.
+ *
+ * @version 1.0
+ * @author Matthew Khouzam
+ * @author Simon Marchi
  */
 public class VariantDefinition extends Definition implements IDefinitionScope {
 
This page took 0.024141 seconds and 5 git commands to generate.