Jpp
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Public Attributes | List of all members
JAANET::drawing Struct Reference

Drawing. More...

#include <JHead.hh>

Inheritance diagram for JAANET::drawing:
JAANET::String

Public Member Functions

 ClassDefNV (drawing, 1)
 
bool match (const String &object) const
 Test match. More...
 
 ClassDefNV (String, 1)
 

Public Attributes

std::string buffer
 General purpose name. More...
 

Detailed Description

Drawing.

Definition at line 170 of file JHead.hh.

Member Function Documentation

JAANET::drawing::ClassDefNV ( drawing  ,
 
)
bool JAANET::String::match ( const String object) const
inlineinherited

Test match.

Parameters
objectstring
Returns
true if matches; else false

Definition at line 116 of file JHead.hh.

117  {
118  return buffer == object.buffer;
119  }
std::string buffer
General purpose name.
Definition: JHead.hh:121
JAANET::String::ClassDefNV ( String  ,
 
)
inherited

Member Data Documentation

std::string JAANET::String::buffer
inherited

General purpose name.

Definition at line 121 of file JHead.hh.


The documentation for this struct was generated from the following file: