File: takane.hpp

package info (click to toggle)
r-bioc-alabaster.base 1.6.1%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 1,652 kB
  • sloc: cpp: 11,377; sh: 29; makefile: 2
file content (21 lines) | stat: -rw-r--r-- 365 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#ifndef TAKANE_TAKANE_HPP
#define TAKANE_TAKANE_HPP

#include "_validate.hpp"
#include "_height.hpp"
#include "_satisfies_interface.hpp"
#include "_derived_from.hpp"
#include "_dimensions.hpp"

/**
 * @file takane.hpp
 * @brief Umbrella header for **takane**.
 */

/**
 * @namespace takane
 * @brief **takane** validation functions.
 */
namespace takane {}

#endif