From e5b2164c84d0928ce0765386095064fd946744c2 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 11 May 2012 06:05:58 +0000 Subject: Generate API documentation. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4352 a436a847-0d15-0410-975c-d299462d15a1 --- ingen/shared/URIs.hpp | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) (limited to 'ingen/shared/URIs.hpp') diff --git a/ingen/shared/URIs.hpp b/ingen/shared/URIs.hpp index f724d81d..545a2bf0 100644 --- a/ingen/shared/URIs.hpp +++ b/ingen/shared/URIs.hpp @@ -17,11 +17,10 @@ #ifndef INGEN_SHARED_URIS_HPP #define INGEN_SHARED_URIS_HPP -#include - #include "ingen/shared/Forge.hpp" #include "lv2/lv2plug.in/ns/ext/urid/urid.h" #include "raul/Atom.hpp" +#include "raul/Noncopyable.hpp" #include "raul/URI.hpp" namespace Raul { @@ -33,7 +32,15 @@ namespace Shared { class URIMap; -class URIs : public boost::noncopyable { +/** Frequently used interned URIs. + * + * This class initially maps all the special URIs used throughout the code + * using the URIMap so they can be used quickly with the performance of + * integers, but still be dynamic. + * + * @ingroup IngenShared + */ +class URIs : public Raul::Noncopyable { public: URIs(Ingen::Shared::Forge& forge, URIMap* map); -- cgit v1.2.1