# functionfind **Repository Path**: lokalafina/functionfind ## Basic Information - **Project Name**: functionfind - **Description**: a tool can find function in c & cpp source file. - **Primary Language**: C++ - **License**: LGPL-2.1 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2015-09-16 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #functionfind functionfind [switch] [options] function [filelist | directory] options: #when we set signature at all, we'll ignore ret-type and args-type options --signature=[ret-type(args-type, ...) | args-type, ... -> ret-type]; --ret-type=[type] #function return --args-type=[type, ...] #function args. --start-time=[time string | integer time] --end-time=[time string | integer time] --threads-count=[number] switch: --ignore-name[no] --ignore-ret-type[no] #work with --ret-type --signature --regex[no] --recursion[no] --find-declare[no] --filename[no] #work with --match-count --line-number[no] --match-count[no] other: --help --version [remind] add cmake add directory searcher add result struct ... add mode? ...