GlobalObjects
Loading...
Searching...
No Matches
eut Namespace Reference

Namespaces

namespace  CompilerInfo
 Returns compiler name, compiler version and whether compiled for 32 or 64 bit.
 
namespace  FileHelper
 Helper with static methods for processing the file system.
 
namespace  LanguageFunctions
 Help functions to support different languages.
 
namespace  StdStringFunctions
 Help functions for the processing of strings.
 
namespace  TimeFunctions
 Help functions for the processing of time.
 

Classes

class  Blob
 This class allows to edit a blob (insert, copy, search etc.). More...
 
class  CriticalSection
 Is a mutex which can be queried via its lock mode. See isLocked(). More...
 
class  ErrorNException
 This exception class has an integer attribute for an error number in addition to the message. More...
 
class  RepeatingThread
 Base class for a thread that executes its work endlessly until aborted. More...
 
class  UnsignedMagicNumber
 A UnsignedMagicNumber is an artificial number consisting of numbers and letters (similar to hex numbers). More...
 

Enumerations

enum  ERRORS {
  ERR_OPEN_FILE = -14201 , ERR_FILE_SEEK = -14202 , ERR_NEW = -14203 , ERR_RANGE = -14204 ,
  ERR_FILE_ALREADY_EXIST = -14205 , ERR_DIR_ALREADY_EXIST = -14206 , ERR_METHOD_VORBIDDEN = -14207 , ERR_FILE_EXTENSION = -14208 ,
  ERR_FILE_DOES_NOT_EXIST = -14209 , ERR_IS_NULL = -14210 , ERR_PATH_DOES_NOT_EXIST = -14211 , ERR_BUFFER_OVERFLOW = -14212 ,
  ERR_PARAMETER_NULL = -14213 , ERR_PUR_VIRTUAL_FUNC = -14214 , ERR_SOURCE_FILE_DOES_NOT_EXIST = -14215 , ERR_TARGET_FILE_DOES_NOT_EXIST = -14216 ,
  ERR_UNKNOWN_COMPILER = -14217 , ERR_TYP_MISMATCH = -14218 , ERR_PARAMETER_MISMATCHING = -14219 , ERR_PARAMETER_NUMBER = -14220 ,
  ERR_OBJ_IN_OBJSPY = -14221 , ERR_OBJ_NOT_IN_OBJSPY = -14222 , ERR_INSERT = -14223 , ERR_WRONG_TYPE = -14224 ,
  ERR_OVERFLOW = -14225 , ERR_UNDERFLOW = -14226 , ERR_KNOWN_ENV_BITS = -14227 , ERR_FILENAME_ALREADY_EXISTS_AS_DIRECTORYNAME = -14228 ,
  ERR_DIRECTORYNAME_ALREADY_EXISTS_AS_FILENAME = -14229 , ERR_DIRECTORY_COULD_NOT_BE_CREATED = -14230 , ERR_SOURCE_EQUAL_TARGET = -14231 , ERR_ACCESS_DENIED = -14232 ,
  ERR_WILDCARD_NOT_ALLOWED = -14233 , ERR_WILDCARD_IN_FIRST_FILE_AND_SECOND_FILE_NOT_ALLOWED = -14234 , ERR_FILE_LOCKED = -14235 , ERR_TO_MANY_OPEN_FILES = -14236 ,
  ERR_FIRST_FILE_NOT_EXIST = -14237 , ERR_SECOND_FILE_NOT_EXIST = -14238 , ERR_UNKNOWN = -14300 , WRN_WRONG_TYPE = -14301 ,
  WRN_UNKNOWN = 14400
}
 Error range = -14201 to -14300 More...
 

Detailed Description

Forwards

Enumeration Type Documentation

◆ ERRORS

Error range = -14201 to -14300

Warning range = 14301 to 14400

Enumerator
ERR_OPEN_FILE 

-14201: Opening a file has failed.

ERR_FILE_SEEK 

-14202: The file does not have the expected content.

ERR_NEW 

-14203: The instantiation of an object failed.

ERR_RANGE 

-14204: A range was exceeded.

ERR_FILE_ALREADY_EXIST 

-14205: A file to be created already exists.

ERR_DIR_ALREADY_EXIST 

-14206: A directory to be created already exists.

ERR_METHOD_VORBIDDEN 

-14207: Calling the method is not allowed.

ERR_FILE_EXTENSION 

-14208: The file extension is invalid.

ERR_FILE_DOES_NOT_EXIST 

-14209: The expected file does not exist.

ERR_IS_NULL 

-14210: Object has the status NULL.

ERR_PATH_DOES_NOT_EXIST 

-14211: The file path does not exist.

ERR_BUFFER_OVERFLOW 

-14212: The specified buffer size has been exceeded.

ERR_PARAMETER_NULL 

-14213: A passed parameter must not be NULL or 0 or empty.

ERR_PUR_VIRTUAL_FUNC 

-14214: A non-purvirtual method is by definition marked as such.

ERR_SOURCE_FILE_DOES_NOT_EXIST 

-14215: The source file does not exist.

ERR_TARGET_FILE_DOES_NOT_EXIST 

-14216: The target file does not exist.

ERR_UNKNOWN_COMPILER 

-14217: Unknown compiler.

ERR_TYP_MISMATCH 

-14218: Type(s) are not compatible or not correct in the context.

ERR_PARAMETER_MISMATCHING 

-14219: Passed parameters do not fit logically.

ERR_PARAMETER_NUMBER 

-14220: Too few parameters were passed.

ERR_OBJ_IN_OBJSPY 

-14221: The passed object is already in the ObjectSpy.

ERR_OBJ_NOT_IN_OBJSPY 

-14222: The passed object is not in the ObjectSpy.

ERR_INSERT 

-14223: An insert has failed.

ERR_WRONG_TYPE 

-14224: A passed value is of the wrong type.

ERR_OVERFLOW 

-14225: A specified value was exceeded.

ERR_UNDERFLOW 

-14226: The value has fallen below a specified value.

ERR_KNOWN_ENV_BITS 

-14227: It could not be determined whether it is a 32 or 64 bit program.

ERR_FILENAME_ALREADY_EXISTS_AS_DIRECTORYNAME 

-14228: A file to be created already exists as a directory.

ERR_DIRECTORYNAME_ALREADY_EXISTS_AS_FILENAME 

-14229: A directory to be created already exists as a file.

ERR_DIRECTORY_COULD_NOT_BE_CREATED 

-14230: A directory could not be created.

ERR_SOURCE_EQUAL_TARGET 

-14231: A source value is equal to the target value.

ERR_ACCESS_DENIED 

-14232: Access was denied.

ERR_WILDCARD_NOT_ALLOWED 

-14233: Wildcard characters are not allowed in the current context.

ERR_WILDCARD_IN_FIRST_FILE_AND_SECOND_FILE_NOT_ALLOWED 

-14234: Wildcard characters in the first filöename and a target filename are not allowed in the current context.

ERR_FILE_LOCKED 

-14235: A file to be locked is already locked.

ERR_TO_MANY_OPEN_FILES 

-14236: Too many open files.

ERR_FIRST_FILE_NOT_EXIST 

-14237: The first file does not exist.

ERR_SECOND_FILE_NOT_EXIST 

-14238: The second file does not exist.

ERR_UNKNOWN 

-14300: Undefined error.

WRN_WRONG_TYPE 

-14301: A passed value is of the wrong type.

WRN_UNKNOWN 

13400: Undefined warning.