Jpp test-rotations-old
the software that should make you happy
Loading...
Searching...
No Matches
__A__ Struct Reference
Inheritance diagram for __A__:
JLANG::JSingleton< __A__ >

Public Types

typedef __A__ data_type
 

Static Public Member Functions

static data_typegetInstance ()
 Get unique instance of template class.
 

Public Attributes

double x
 
double y
 
double z
 

Friends

std::istream & operator>> (std::istream &in, __A__ &object)
 Read object from input.
 

Detailed Description

Definition at line 12 of file JStreamAvailable.cc.

Member Typedef Documentation

◆ data_type

__A__ JLANG::JSingleton< __A__ >::data_type
inherited

Definition at line 20 of file JSingleton.hh.

Member Function Documentation

◆ getInstance()

static data_type & JLANG::JSingleton< __A__ >::getInstance ( )
inlinestaticinherited

Get unique instance of template class.

Returns
object

Definition at line 27 of file JSingleton.hh.

28 {
29 static data_type value;
30
31 return value;
32 }

Friends And Related Symbol Documentation

◆ operator>>

std::istream & operator>> ( std::istream & in,
__A__ & object )
friend

Read object from input.

Parameters
ininput stream
objectobject
Returns
input stream

Definition at line 21 of file JStreamAvailable.cc.

22 {
23 return in;
24 }

Member Data Documentation

◆ x

double JObject::x
inherited

Definition at line 103 of file JMath.cc.

◆ y

double JObject::y
inherited

Definition at line 104 of file JMath.cc.

◆ z

double JObject::z
inherited

Definition at line 105 of file JMath.cc.


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