Wallaroo  0.8
Classes | Static Public Member Functions | List of all members
wallaroo::collection< C > Struct Template Reference

#include <collaborator.h>

Classes

struct  Container
 

Static Public Member Functions

template<typename T >
static bool WiringOk (const T *)
 

Detailed Description

template<template< typename E, typename Allocator=std::allocator< E > > class C = std::vector>
struct wallaroo::collection< C >

This type should be used as second template parameter in Collaborator class to specify that the Collaborator is a collection and you can wire as many parts to the collaborator as you want. Even zero. You can specify the container to use with the optional template parameter (default is std::vector)

Member Function Documentation

template<template< typename E, typename Allocator=std::allocator< E > > class C = std::vector>
template<typename T >
static bool wallaroo::collection< C >::WiringOk ( const T *  )
inlinestatic

The documentation for this struct was generated from the following file: