Search:

SENF Extensible Network Framework

  • Home
  • Download
  • Wiki
  • BerliOS
  • ChangeLog
  • Browse SVN
  • Bug Tracker
  • Overview
  • Examples
  • HowTos
  • Glossary
  • PPI
  • Packets
  • Scheduler
  • Socket
  • Utils
  • Console
  • Daemon
  • Logger
  • Termlib
  • Main Page
  • Related Pages
  • Modules
  • Namespaces
  • Classes
  • Files
  • Directories
  • File List
  • File Members

predecl.hh

Go to the documentation of this file.
00001 // $Id: predecl.hh 1742 2010-11-04 14:51:56Z g0dil $
00002 //
00003 // Copyright (C) 2007
00004 // Fraunhofer (FOKUS)
00005 // Competence Center NETwork research (NET), St. Augustin, GERMANY
00006 //     Stefan Bund <g0dil@berlios.de>
00007 //
00008 // This program is free software; you can redistribute it and/or modify
00009 // it under the terms of the GNU General Public License as published by
00010 // the Free Software Foundation; either version 2 of the License, or
00011 // (at your option) any later version.
00012 //
00013 // This program is distributed in the hope that it will be useful,
00014 // but WITHOUT ANY WARRANTY; without even the implied warranty of
00015 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
00016 // GNU General Public License for more details.
00017 //
00018 // You should have received a copy of the GNU General Public License
00019 // along with this program; if not, write to the
00020 // Free Software Foundation, Inc.,
00021 // 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
00022 
00026 #ifndef HH_SENF_PPI_predecl_
00027 #define HH_SENF_PPI_predecl_ 1
00028 
00029 // Custom includes
00030 
00031 //#include "predecl.mpp"
00032 //-/////////////////////////////////////////////////////////////////////////////////////////////////
00033 
00034 namespace senf {
00035 
00036     class Packet;
00037 
00038 namespace ppi {
00039 
00040     class EventDescriptor;
00041     template <class EventType=void> class EventImplementation;
00042     class EventManager;
00043     class RouteBase;
00044     class ForwardingRoute;
00045     template <class Source, class Target> class Route;
00046     class QueueingDiscipline;
00047     class ModuleManager;
00048 
00049 #ifndef DOXYGEN
00050 
00051     namespace detail {
00052         class EventBindingBase;
00053         template <class EvImpl> class EventBinding;
00054         template <class EventType> struct EventArgType;
00055         class NonForwardingRouteImplementation;
00056         class NonForwardingRouteToEventImplementation;
00057         class NonForwardingRouteFromEventImplementation;
00058         class ForwardForwardingRouteImplementation;
00059         class BackwardForwardingRouteImplementation;
00060         class ForwardForwardingRouteToEventImplementation;
00061         class BackwardForwardingRouteFromEventImplementation;
00062         template <class Source, class Target>
00063             class RouteImplementation;
00064         struct DisableStandardConnect;
00065     }
00066 
00067 #endif
00068 
00069     namespace module {
00070         class Module;
00071         namespace detail {
00072             template <class Source, class Target> class RouteHelper;
00073         }
00074         class PassiveJoin;
00075         class PriorityJoin;
00076         class ActiveDuplicator;
00077     }
00078 
00079     namespace connector {
00080         class Connector;
00081         class ActiveConnector;
00082         class PassiveConnector;
00083         class InputConnector;
00084         class OutputConnector;
00085         class GenericActiveInput;
00086         class GenericActiveOutput;
00087         class GenericPassiveInput;
00088         class GenericPassiveOutput;
00089         template <class PacketType=Packet> class PassiveInput;
00090         template <class PacketType=Packet> class PassiveOutput;
00091         template <class PacketType=Packet> class ActiveInput;
00092         template <class PacketType=Packet> class ActiveOutput;
00093 
00094         class Jack;
00095 
00096 #ifndef DOXYGEN
00097 
00098         namespace detail {
00099             template <class Self, class PacketType> class TypedInputMixin;
00100             template <class Self, class PacketType> class TypedOutputMixin;
00101         }
00102 
00103 #endif
00104 
00105     }
00106 
00107 }}
00108 
00109 //-/////////////////////////////////////////////////////////////////////////////////////////////////
00110 //#include "predecl.cci"
00111 //#include "predecl.ct"
00112 //#include "predecl.cti"
00113 #endif
00114 
00115 
00116 // Local Variables:
00117 // mode: c++
00118 // fill-column: 100
00119 // comment-column: 40
00120 // c-file-style: "senf"
00121 // indent-tabs-mode: nil
00122 // ispell-local-dictionary: "american"
00123 // compile-command: "scons -u test"
00124 // End:

Contact: senf-dev@lists.berlios.de | © 2006-2010 Fraunhofer Institute for Open Communication Systems, Network Research