rivet is hosted by Hepforge, IPPP Durham
custom_delims< Delims > Struct Template Reference

#include <PrettyPrint.hh>

List of all members.

Public Member Functions

template<typename Container >
 custom_delims (const Container &c)

Public Attributes

std::unique_ptr
< custom_delims_base
base

Detailed Description

template<typename Delims>
struct Rivet::pretty_print::custom_delims< Delims >

Definition at line 353 of file PrettyPrint.hh.


Constructor & Destructor Documentation

custom_delims ( const Container &  c) [inline]

Definition at line 356 of file PrettyPrint.hh.

: base(new custom_delims_wrapper<Container, Delims>(c)) { }

Member Data Documentation

std::unique_ptr<custom_delims_base> base

Definition at line 358 of file PrettyPrint.hh.


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