Go to the source code of this file.
|  | 
| MRC_API MR_expected_std_vector_std_string_std_string * | MR_GcodeLoad_fromGcode_std_filesystem_path (const char *file, const char *file_end, MR_PassBy callback_pass_by, MR_std_function_bool_from_float *callback) | 
|  | 
| MRC_API MR_expected_std_vector_std_string_std_string * | MR_GcodeLoad_fromGcode_std_istream (MR_std_istream *in, MR_PassBy callback_pass_by, MR_std_function_bool_from_float *callback) | 
|  | 
| MRC_API MR_expected_std_vector_std_string_std_string * | MR_GcodeLoad_fromAnySupportedFormat_2 (const char *file, const char *file_end, MR_PassBy callback_pass_by, MR_std_function_bool_from_float *callback) | 
|  | 
| MRC_API MR_expected_std_vector_std_string_std_string * | MR_GcodeLoad_fromAnySupportedFormat_3 (MR_std_istream *in, const MR_std_string *extension, MR_PassBy callback_pass_by, MR_std_function_bool_from_float *callback) | 
|  | 
◆ MR_expected_std_vector_std_string_std_string
◆ MR_std_function_bool_from_float
◆ MR_std_istream
◆ MR_std_string
◆ MR_GcodeLoad_fromAnySupportedFormat_2()
◆ MR_GcodeLoad_fromAnySupportedFormat_3()
extension in *.ext format Generated from function MR::GcodeLoad::fromAnySupportedFormat. Parameter in can not be null. It is a single object. Parameter extension can not be null. It is a single object. Parameter callback has a default argument: {}, pass MR_PassBy_DefaultArgument and a null pointer to use it. Never returns null. Returns an instance allocated on the heap! Must call MR_expected_std_vector_std_string_std_string_Destroy() to free it when you're done using it. 
 
 
◆ MR_GcodeLoad_fromGcode_std_filesystem_path()
loads from *.gcode file (or any text file) Generated from function MR::GcodeLoad::fromGcode. Parameter file is a UTF-8 encoded filesystem path. Parameter callback has a default argument: {}, pass MR_PassBy_DefaultArgument and a null pointer to use it. Never returns null. Returns an instance allocated on the heap! Must call MR_expected_std_vector_std_string_std_string_Destroy() to free it when you're done using it. 
 
 
◆ MR_GcodeLoad_fromGcode_std_istream()