Main Page | Modules | Namespace List | Class Hierarchy | Class List | Directories | File List | Namespace Members | Class Members | File Members

cmdline.h

Go to the documentation of this file.
00001 // AUTOMATICALLY GENERATED -- DO NOT EDIT!         -*- c++ -*-
00002 
00003 #ifndef cmdline_h
00004 #define cmdline_h
00005 
00006 #include "initcalls.h"
00007 
00008 //
00009 // INTERFACE definition follows 
00010 //
00011 
00012 
00013 class Cmdline
00014 {
00015 private:
00016   static char _cmdline[256];
00017 
00018 public:  
00019   static FIASCO_INIT void init(const char *line);
00020   
00021   static inline char const * const cmdline();
00022 };
00023 
00024 //
00025 // IMPLEMENTATION of inline functions (and needed classes)
00026 //
00027 
00028 
00029 
00030 
00031 inline char const * const
00032 Cmdline::cmdline()
00033 {
00034   return _cmdline;
00035 }
00036 
00037 #endif // cmdline_h

Generated on Mon Sep 26 14:20:10 2005 for Fiasco by  doxygen 1.4.2