#include <zlib.h>
#include <algorithm>
#include <fstream>
#include <map>
#include <memory>
#include <set>
#include <boost/shared_ptr.hpp>
#include "ldastoolsal/MemChecker.hh"
#include "ldastoolsal/CommandLineOptions.hh"
#include "ldastoolsal/fstream.hh"
#include "ldastoolsal/regex.hh"
#include "ldastoolsal/regexmatch.hh"
#include "ldastoolsal/types.hh"
#include "ldastoolsal/unordered_map.hh"
#include "framecpp/Common/FrameBuffer.hh"
#include "framecpp/Common/FrameStream.hh"
#include "framecpp/Common/MemoryBuffer.hh"
#include "framecpp/Common/StreamRefInterface.hh"
#include "framecpp/FrameCPP.hh"
|
static void | depart (int ExitCode) |
|
int | main (int ArgC, char **ArgV) |
|
◆ DEFAULT_CHANNEL_PATTERN_RULE
#define DEFAULT_CHANNEL_PATTERN_RULE 5 |
◆ SPLIT_SUBCHAN
◆ CommandLineOptions
◆ frame_buffer_type
◆ Option
typedef CommandLineOptions::Option Option |
◆ OptionSet
typedef CommandLineOptions::OptionSet OptionSet |
◆ stream_ref_type
◆ stream_type
◆ depart()
static void depart |
( |
int |
ExitCode | ) |
|
|
static |
◆ main()
int main |
( |
int |
ArgC, |
|
|
char ** |
ArgV |
|
) |
| |
◆ DEFAULT_CHANNEL_PATTERN
const char* DEFAULT_CHANNEL_PATTERN |
|
static |
Initial value:=
"^([[:upper:]][[:digit:]]:[^-]*-)(([^_.]*)(_[^_.]+)*)(([.].*)|)$"
◆ DEFAULT_SENTENCE_PATTERN
const char* DEFAULT_SENTENCE_PATTERN |
|
static |
Initial value:=
"^([[:alnum:]!?,:]+)([[:space:]]+[[:alnum:]!?,:]+)*$"