|
@@ -549,6 +549,16 @@ LSUP_rc
|
|
LSUP_term_set_next (LSUP_TermSet *ts, size_t *i, LSUP_Term **term);
|
|
LSUP_term_set_next (LSUP_TermSet *ts, size_t *i, LSUP_Term **term);
|
|
|
|
|
|
|
|
|
|
|
|
+/** @brief Size of a term set.
|
|
|
|
+ *
|
|
|
|
+ * @param[in] ts Term set handle.
|
|
|
|
+ *
|
|
|
|
+ * @return Number of unique terms in the term set.
|
|
|
|
+ */
|
|
|
|
+size_t
|
|
|
|
+LSUP_term_set_size (LSUP_TermSet *ts);
|
|
|
|
+
|
|
|
|
+
|
|
/** @brief New link map.
|
|
/** @brief New link map.
|
|
*
|
|
*
|
|
* @param[in] linked_term Term to be linked to map. The term is copied and may
|
|
* @param[in] linked_term Term to be linked to map. The term is copied and may
|