argparser::argparser
        Signature: argparser::argparser(char* args) : args_list(10) 
        Attributes: undefined
        Description: Constructor for the argparser class
        
        
Parameters:
        
       
      
      
        argparser::is_arg
        Signature: bool argparser::is_arg(const char* arg) 
        Description: Checks if an argument is present in the argparser
        
        
Parameters:
        
        
        Return: bool
       
      
      
        argparser::get_arg
        Signature: char* argparser::get_arg(const char* arg) 
        Description: Gets an argument from the argparser
        
        
Parameters:
        
        
        Return: char*
       
      
      
        
setup_global_argparser
        Signature: void setup_global_argparser() 
        Description: Sets up the global argparser
        
        Return: void
      
      
Show file on GitHub