anfo  1.0
Classes
anfo Namespace Reference

Main namespace, contains every anfo class. More...

Classes

class  Anime
 Class to manage animes. More...
 
class  AnimeHeader
 Anime header in the file. More...
 
class  Exception
 The exception class of the anfo library. More...
 
class  Season
 Class to manage seasons. More...
 
class  SeasonHeader
 Season header in the file. More...
 

Detailed Description

Main namespace, contains every anfo class.

Every class in the anfo project is in the anfo namespace.
To call the classes, you need to call with anfo:: or
you can write 'using namespace anfo;' on top of your files.