summaryrefslogtreecommitdiff
path: root/tests/ILutAccessor.h
diff options
context:
space:
mode:
authorJenkins <bsgcomp@arm.com>2018-05-23 11:36:53 +0100
committerAnthony Barbier <anthony.barbier@arm.com>2018-05-23 14:55:11 +0100
commitb3a371bc429d2ba45e56baaf239d8200c2662a74 (patch)
tree554525e415c303d64a08722a755397852ebbb8e4 /tests/ILutAccessor.h
parent67c8c91522e5be8156b77f57e63c0253535c902a (diff)
downloadarmcl-master.tar.gz
armcl-master.tar.bz2
armcl-master.zip
arm_compute v18.05HEADmaster
Diffstat (limited to 'tests/ILutAccessor.h')
-rw-r--r--tests/ILutAccessor.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/tests/ILutAccessor.h b/tests/ILutAccessor.h
index 6431ed141..3178df89d 100644
--- a/tests/ILutAccessor.h
+++ b/tests/ILutAccessor.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2017 ARM Limited.
+ * Copyright (c) 2017-2018 ARM Limited.
*
* SPDX-License-Identifier: MIT
*
@@ -38,12 +38,16 @@ template <typename T>
class ILutAccessor
{
public:
+ /** Lut value type */
using value_type = T;
/** Pure virtual destructor. */
virtual ~ILutAccessor() = default;
- /** Number of elements of the Lut. */
+ /** Number of elements of the Lut.
+ *
+ * @return the number of elements.
+ */
virtual int num_elements() const = 0;
/** Read access to the specified element.