mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-09-29 19:24:25 +03:00
simple offset accel for mcclellan start state
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2015, Intel Corporation
|
||||
* Copyright (c) 2015-2016, Intel Corporation
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
* modification, are permitted provided that the following conditions are met:
|
||||
@@ -48,8 +48,8 @@ enum cc_output_t {
|
||||
|
||||
class CharReach;
|
||||
|
||||
void describeClass(std::ostream &os, const CharReach &cr, size_t maxLength,
|
||||
enum cc_output_t out_type);
|
||||
void describeClass(std::ostream &os, const CharReach &cr, size_t maxLength = 16,
|
||||
enum cc_output_t out_type = CC_OUT_TEXT);
|
||||
|
||||
std::string describeClass(const CharReach &cr, size_t maxLength = 16,
|
||||
enum cc_output_t out_type = CC_OUT_TEXT);
|
||||
|
Reference in New Issue
Block a user