From baba61184e2cc4dc80f66e9f271d790ecc02a56d Mon Sep 17 00:00:00 2001 From: g0dil <g0dil@wiback.org> Date: Fri, 28 Nov 2008 10:50:44 +0000 Subject: [PATCH] Further documentation updates --- PPI/AnnotationRouter.hh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/PPI/AnnotationRouter.hh b/PPI/AnnotationRouter.hh index 0787cbbd0..7eada36a6 100644 --- a/PPI/AnnotationRouter.hh +++ b/PPI/AnnotationRouter.hh @@ -48,9 +48,10 @@ namespace module { The \a AnnotationType template parameter defines the routing key. This annotation must support the following operations: - \li Comparison with '<' - \li Copy-construction - \li Output streaming to an ostream via '<<' + \li Comparison with '<' (\c LessThanCompatable concept) + \li Copy construction and copy assignment (\c Copyable und \c Assignable concepts) + (e.g. via compiler synthesized copy constructor and assignment operator) + \li Output streaming to an ostream via '\c <<' (\c OutputStreamable concept) The following annotation can be used to route the packets according to a mac address. \code -- GitLab