ARB
Classes | Typedefs | Enumerations | Functions
fun.h File Reference
#include <arbtools.h>
#include <BufferedFileReader.h>
#include "prototypes.h"
Include dependency graph for fun.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  FormattedFile
 

Typedefs

typedef void(* RDP_comment_parser )(char *&datastring, int start_index, Reader &reader)
 

Enumerations

enum  Format {
  EMBL, GENBANK, MACKE, SWISSPROT,
  LAST_INPUT_FORMAT = SWISSPROT, GCG, NEXUS, PHYLIP,
  FASTDNAML, PRINTABLE, UNKNOWN
}
 

Functions

CONSTEXPR_INLINE bool is_input_format (Format inType)
 

Typedef Documentation

typedef void(* RDP_comment_parser)(char *&datastring, int start_index, Reader &reader)

Definition at line 49 of file fun.h.

Enumeration Type Documentation

enum Format
Enumerator
EMBL 
GENBANK 
MACKE 
SWISSPROT 
LAST_INPUT_FORMAT 
GCG 
NEXUS 
PHYLIP 
FASTDNAML 
PRINTABLE 
UNKNOWN 

Definition at line 10 of file fun.h.

Function Documentation

CONSTEXPR_INLINE bool is_input_format ( Format  inType)

Definition at line 28 of file fun.h.

References LAST_INPUT_FORMAT.

Referenced by parse_intype(), to_paup(), to_phylip(), and to_printable().