class modules::infomsg::NoPointerCopyAndAssignmentFunctions

[No description available]

Inherits from modules.infomsg.InfoMessage, object

Public Functions

Name
definit(self self, tag tag, reason reason =’')

Public Attributes

Name
stringmsg
tags_done
tag
msg

Additional inherited members

Public Functions inherited from modules.infomsg.InfoMessage

Name
defprintMessage(self self)

Public Functions Documentation

function init

def __init__(
    self self,
    tag tag,
    reason reason =''
)

Reimplements: modules::infomsg::InfoMessage::init

Public Attributes Documentation

variable msg

static string msg =  gb.textmods['yellow'] +  "No pointer-based copy constructor or assignment functions generated for class '%s'." + gb.textmods['end'];

variable tags_done

static tags_done =  set();

variable tag

tag;

variable msg

msg;

Updated on 2022-08-03 at 12:57:55 +0000