#include <sstream>
#include "ldastoolsal/CommandLineOptions.hh"
|
template<int > |
void | anonymous_namespace{StandardOptions.hh}::StandardOption (LDASTools::AL::CommandLineOptions::OptionSet &Options, int Id) |
|
template<int > |
void | anonymous_namespace{StandardOptions.hh}::StandardOption (LDASTools::AL::CommandLineOptions::OptionSet &Options, int Id, size_t Default) |
|
template<int > |
void | anonymous_namespace{StandardOptions.hh}::StandardOption (LDASTools::AL::CommandLineOptions::OptionSet &Options, int Id, bool Default) |
|
template<> |
void | anonymous_namespace{StandardOptions.hh}::StandardOption< STANDARD_OPTION_HELP > (OptionSet &Options, int Id) |
|
template<> |
void | anonymous_namespace{StandardOptions.hh}::StandardOption< STANDARD_OPTION_BLOCK_SIZE > (OptionSet &Options, int Id, size_t Default) |
|
template<> |
void | anonymous_namespace{StandardOptions.hh}::StandardOption< STANDARD_OPTION_SILENT_DATA > (OptionSet &Options, int Id, bool Default) |
|
template<> |
void | anonymous_namespace{StandardOptions.hh}::StandardOption< STANDARD_OPTION_TOC_OPT > (OptionSet &Options, int Id, bool Default) |
|
template<> |
void | anonymous_namespace{StandardOptions.hh}::StandardOption< STANDARD_OPTION_USE_MMAP > (OptionSet &Options, int Id, bool Default) |
|