blob: 10c2ec4d08617c79398e23ecb2e2479c68d4551c [file] [log] [blame]
Jeff Thompsona28eed82013-08-22 16:21:10 -07001
2// (C) Copyright Tobias Schwinger
3//
4// Use modification and distribution are subject to the boost Software License,
5// Version 1.0. (See http://www.boost.org/LICENSE_1_0.txt).
6
7//------------------------------------------------------------------------------
8
9// no include guards, this file is intended for multiple inclusion
10
Jeff Thompson3d613fd2013-10-15 15:39:04 -070011#if NDNBOOST_FT_ARITY_LOOP_PREFIX
Jeff Thompsona28eed82013-08-22 16:21:10 -070012
Jeff Thompson3d613fd2013-10-15 15:39:04 -070013# ifndef NDNBOOST_FT_DETAIL_CLASSIFIER_IMPL_MASTER_HPP_INCLUDED
14# define NDNBOOST_FT_DETAIL_CLASSIFIER_IMPL_MASTER_HPP_INCLUDED
Jeff Thompsona28eed82013-08-22 16:21:10 -070015# include <ndnboost/preprocessor/facilities/identity.hpp>
16# endif
17
Jeff Thompson3d613fd2013-10-15 15:39:04 -070018# define NDNBOOST_FT_type_name
Jeff Thompsona28eed82013-08-22 16:21:10 -070019
Jeff Thompson3d613fd2013-10-15 15:39:04 -070020#elif NDNBOOST_FT_ARITY_LOOP_IS_ITERATING
Jeff Thompsona28eed82013-08-22 16:21:10 -070021
Jeff Thompson3d613fd2013-10-15 15:39:04 -070022template< NDNBOOST_FT_tplargs(NDNBOOST_PP_IDENTITY(typename)) >
23typename encode_charr<NDNBOOST_FT_flags,NDNBOOST_FT_cc_id,NDNBOOST_FT_arity>::type
24classifier_impl(NDNBOOST_FT_type);
Jeff Thompsona28eed82013-08-22 16:21:10 -070025
Jeff Thompson3d613fd2013-10-15 15:39:04 -070026#elif NDNBOOST_FT_ARITY_LOOP_SUFFIX
Jeff Thompsona28eed82013-08-22 16:21:10 -070027
Jeff Thompson3d613fd2013-10-15 15:39:04 -070028# undef NDNBOOST_FT_type_name
Jeff Thompsona28eed82013-08-22 16:21:10 -070029
30#else
31# error "attempt to use arity loop master file without loop"
32#endif
33