vdj_pipe
pipeline for processing DNA sequence data
Public Member Functions | Public Attributes | List of all members
vdj_pipe::Step_registry::Meta Struct Reference

#include <step_registry.hpp>

Collaboration diagram for vdj_pipe::Step_registry::Meta:
Collaboration graph
[legend]

Public Member Functions

 Meta ()
 
 Meta (std::string const &name, std::string const &category, std::string const &comment, std::string const &description)
 

Public Attributes

std::string name_
 
std::string category_
 
std::string comment_
 
std::string description_
 

Constructor & Destructor Documentation

vdj_pipe::Step_registry::Meta::Meta ( )
inline
vdj_pipe::Step_registry::Meta::Meta ( std::string const &  name,
std::string const &  category,
std::string const &  comment,
std::string const &  description 
)
inline

Member Data Documentation

std::string vdj_pipe::Step_registry::Meta::category_
std::string vdj_pipe::Step_registry::Meta::comment_
std::string vdj_pipe::Step_registry::Meta::description_
std::string vdj_pipe::Step_registry::Meta::name_

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